Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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