Steiner Tree Approach for Graph Analysis
This library is made in R programming language.
This version of SteirNet (v2) works with igraph.
older versions of SteirNet upto (v1.3) works with igraph0.
For using this library these libraries are needed to included:
For that run:
source("https://bioconductor.org/biocLite.R")
biocLite("RBGL")
install.packages("igraph")
download and manually install the last version from here https://cran.r-project.org/src/contrib/Archive/igraph0/igraph0_0.5.7.tar.gz
For that run:
source("https://bioconductor.org/biocLite.R")
biocLite("limma")
https://cran.r-project.org/src/contrib/Archive/SteinerNet/
Due to number of requests to work with newer version of R which are based on igraph instead of igraph0 I update the code of SteinerNet
To use this code in your research please cite this the article related to this package:
Steiner tree methods for optimal sub-network identification: an empirical study
Afshin Sadeghi and Holger Fröhlich BMC Bioinformatics 2013 14:144 https://doi.org/10.1186/1471-2105-14-144