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.
The examples on this website were generated by cola 1.3.2.
To get the newest version of cola, you can
install from Bioconductor by:
if (!requireNamespace("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("cola")
or directly from GitHub:
library(devtools)
install_github("jokergoo/cola")