Skip to content

Latest commit

 

History

History
55 lines (32 loc) · 1.4 KB

README.md

File metadata and controls

55 lines (32 loc) · 1.4 KB

SteinerNet v2

Steiner Tree Approach for Graph Analysis

This library is made in R programming language.

This version of SteirNet (v2) works with igraph.

Older versions

older versions of SteirNet upto (v1.3) works with igraph0.

Installation

For using this library these libraries are needed to included:

For that run:

source("https://bioconductor.org/biocLite.R")

biocLite("RBGL")

install.packages("igraph")

igraph0 for versions upto 1.7

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")

Version History on Cran

https://cran.r-project.org/src/contrib/Archive/SteinerNet/

News

2017 Nov

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

Citation

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