The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.

Causes of Outcome Learning

To install the ‘CoOL’ package, you can run below code in R

if(!require("devtools")) install.packages("devtools")
devtools::install_github("ekstroem/CoOL")

In order to plot dendrograms, you will also need to install the ‘ggtree’ package using below code in R

if (!requireNamespace("BiocManager", quietly = TRUE))
    install.packages("BiocManager")
BiocManager::install("ggtree")

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.