Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jokergoo/cola_collection
A collection of cola analysis
https://github.com/jokergoo/cola_collection
Last synced: 23 days ago
JSON representation
A collection of cola analysis
- Host: GitHub
- URL: https://github.com/jokergoo/cola_collection
- Owner: jokergoo
- Created: 2019-12-11T05:02:21.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-09T12:51:29.000Z (over 4 years ago)
- Last Synced: 2024-11-22T01:15:46.647Z (about 1 month ago)
- Homepage: https://jokergoo.github.io/cola_collection/
- Size: 6.84 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
*cola* is an R package that provides a general framework for consensus partitioning. This website collects
HTML reports for the cola analysis applied on public datasets.- [on 206 GDS datasets](https://cola-gds.github.io/)
- [on 223 recount2 datasets](https://cola-recount2.github.io/)
- [On the six datasets used in the cola manuscript](https://jokergoo.github.io/cola_examples/)The examples on this website were generated by [cola 1.3.2](https://github.com/jokergoo/cola/releases/tag/1.3.2).
To get the newest version of _cola_, you can
install from [Bioconductor](http://bioconductor.org/packages/devel/bioc/html/cola.html) by:
```r
if (!requireNamespace("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("cola")
```or directly from [GitHub](https://github.com/jokergoo/cola):
```r
library(devtools)
install_github("jokergoo/cola")
```