-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathINSTALL_INSTRUCTIONS.txt
49 lines (32 loc) · 1.43 KB
/
INSTALL_INSTRUCTIONS.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
Copyright (c) Nils Blüthgen and Bertram Klinger, 2013-
Gnu General Public Licence
---
The library contains the levmar-package (version 2.5) for optimization (c) by Manolis Lourakis
(see src/levmar-2.5/README.txt)
---
This library can be used to model signalling perturbation data using models that are derived from
Modular Response Analysis, in a way described in Klinger et al, 2013 using R.
Requires the following C++ libraries to be installed (installation method depends on the OS):
ginac
cln
And the following R packages:
Rcpp (>= 0.10.4)
RhpcBLASctl
Rgraphviz
pheatmap
lattice
lhs
parallel
You can install those packages in R with:
source("https://bioconductor.org/biocLite.R")
biocLite(c(“Rccp”,"RhpcBLASctl",”Rgraphviz”,”pheatmap”,"lattice","lhs","parallel"))
Unix (MacOS, BSD, GNU/Linux) installation guide:
For a local installation, first create a folder for local R library in (e.g "home/<Username>/R")
Open shell go to the folder of the package (“MRA_Signaling”)
execute: R CMD INSTALL ./ (when recompiling use R CMD INSTALL --preclean ./)
Have fun with it!
---
If you use this program in publications, please cite our paper:
Klinger B., Sieber A., Fritsche-Guenther R., Witzel F., Berry L., Schumacher D., Yan Y., Durek P., Merchant M., Schäfer R., Sers C. and Blüthgen N.
Network quantification of EGFR signaling unveils potential for targeted combination therapy.
Molecular Systems Biology, 9: 673, 2013