Microbiome Differential Network Estimation (mdine) allows the estimation of OTU co-occurrence networks within two separate groups, where the networks are defined through precision matrices. The difference between the two precision matrices is also estimated, along with corresponding interval estimates. This work was developed in the Greenwood Lab at McGill University.
The first step to installing mdine is to install rstan along with the appropriate compiler. The steps on how to do this are different based on your OS:
Once rstan has been successfully installed, run the following code to install mdine:
if (!require(devtools)) {
install.packages("devtools")
library(devtools)
}
install_github("kevinmcgregor/mdine", dependencies=TRUE)
Once rstan has been successfully installed, run the following code to install mdine:
if (!require(devtools)) {
install.packages("devtools")
library(devtools)
}
install_github("kevinmcgregor/mdine", dependencies=TRUE)