README.md

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


ekstroem/CoOL documentation built on June 1, 2022, 12:33 p.m.