An open API service indexing awesome lists of open source software.

https://github.com/ekstroem/cool


https://github.com/ekstroem/cool

r

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# Causes of Outcome Learning

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

```{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
```{r}
if (!requireNamespace("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("ggtree")
```