Skip to content

Hellmann-Lab/CroCoNet

Repository files navigation

CroCoNet
Cross-species
Comparison of
Networks

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.

⬇️ Installation

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