GENIE3 (GEne Network Inference with Ensemble of trees): Inference of gene regulatory networks from gene expression data
GENIE3 is now available from Bioconductor. A tutorial (vignette) is included in the package.
To install GENIE3 (from Bioconductor development branch), you can run the following commands from R:
install.packages("https://bioconductor.org/packages/devel/bioc/src/contrib/GENIE3_0.99.7.tar.gz", repos=NULL)
# You might need to install these packages first:
install.packages(c("stats", "reshape2"))