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

https://github.com/acabassi/coca

R package for COCA: Cluster-of-Clusters Analysis
https://github.com/acabassi/coca

cluster-analysis cluster-of-clusters clustering coca genomics integrative-clustering multi-omics

Last synced: 3 months ago
JSON representation

R package for COCA: Cluster-of-Clusters Analysis

Awesome Lists containing this project

README

          

[![CRAN
status](https://www.r-pkg.org/badges/version/coca)](https://CRAN.R-project.org/package=coca) [![Build Status](https://travis-ci.org/acabassi/coca.svg?branch=master)](https://travis-ci.org/acabassi/coca) [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.3932896.svg)](https://doi.org/10.5281/zenodo.3932896)

# R package for COCA: Cluster-of-Clusters Analysis

## Installing

You can install the latest released version of `coca` from [CRAN](https://cran.r-project.org/) with
```R
install.packages("coca")
```
or the development version from [GitHub](https://github.com/) with
```R
library(devtools)
install_github("acabassi/coca")
library(coca)
```