CroCoNet
is a tool to quantitatively compare gene regulatory networks
across species and identify conserved and diverged modules. It hinges on
contrasting module variability within and across species in order to
distinguish actual evolutionary divergence from detection uncertainty.
For the installation, the R package devtools
is needed.
install.packages("devtools")
library(devtools)
Once devtools
is available, you can install the development version of
CroCoNet
and all its dependencies from GitHub
with:
devtools::install_github("Hellmann-Lab/CroCoNet")