Package for analysing heterogeneous network data
Consists of:
mixglasso - Mixture Graphical Lasso
ggm_gsa - Graphical Gaussian Model Gene Set Analysis
DiffNet and DiffRegr - Statistical Test for difference in network and regression models.
Plotting and exporting - Convenient display and analysis of results.
Easy installation from github:
library('devtools')
install_github('FrankD/NetHet')
Also available on Bioconductor-devel (with R-devel > 3.2 only):
source("http://bioconductor.org/biocLite.R")
biocLite("nethet")