https://github.com/ekstroem/cool
https://github.com/ekstroem/cool
r
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ekstroem/cool
- Owner: ekstroem
- Created: 2020-09-04T14:38:42.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-05-24T08:33:42.000Z (about 4 years ago)
- Last Synced: 2024-10-15T04:11:58.083Z (over 1 year ago)
- Topics: r
- Language: R
- Homepage:
- Size: 7.24 MB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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")
```