This is the repository containing the code and figures for the 2020 paper published in PLoS https://journals.plos.org/ploscompbiol/article?id=10.1371/journal.pcbi.1007866
You need the package miic
and its dependencies to run the code.
Use the package installer directly in R for the latest stable CRAN version
install.packages("miic", dep = T)
or install the package from the tarball (https://github.com/miicTeam/miic_R_package) using the console command line:
git clone https://github.com/miicTeam/miic_R_package.git
cd miic_R_package
R CMD INSTALL .