vitkl / SLIMFinderR

Tools for systematic search for short linear motifs (SLIMs) using SLIMSuite and protein interaction data in R

Home Page:https://vitkl.github.io/SLIMFinderR/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation

# Install R SLIMFinderR package
install.packages("BiocManager") # for installing BioConductor dependencies
BiocManager::install("vitkl/SLIMFinderR", dependencies = T)

SLiMFinderR::PPInetwork2SLIMFinder wraps the motif discovery pipeline. Read the help page and the comments in code to find out the exact steps (https://github.com/vitkl/SLIMFinderR/blob/master/R/PPInetwork2SLIMFinder.R).

About

Tools for systematic search for short linear motifs (SLIMs) using SLIMSuite and protein interaction data in R

https://vitkl.github.io/SLIMFinderR/

License:Apache License 2.0


Languages

Language:R 100.0%