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


Try the CoOL package in your browser

Any scripts or data that you put into this service are public.

CoOL documentation built on May 24, 2022, 5:04 p.m.