LINDA (Linear Integer programming for Network reconstruction using transcriptomics and Differential splicing data Analysis), is an R-Package used to identify the mechanistic upstream regulatory signalling processes that drive gene expression changes by also taking into account the contribution of alternative splicing events to signal protein variability and information flow modulation.
LINDA can be installed either locally by downloading its source code or directly from GitHub via devtools.
install.packages('LINDA/', repos = NULL, type="source")
.install_github("dieterich-lab/LINDA", build_vignettes = TRUE)
. (NOTE: For the test example to run successfully, please put the cplex executable file under the /Downloads/ directory. Otherwise set build_vignettes = FALSE
).The LINDA pipeline and it prerequisites have been documented on its Vignettes. Also documentation about to test cases (one Toy example and one Real-case application) have been provided.
vignette("LINDA")
.Having trouble with LINDA? You can open an Issue on the dedicated LINDA repository, or simply drop us an email on E.Gjerga@uni-heidelberg.de & Christoph.Dieterich@uni-heidelberg.de and we’ll help you sort it out.