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
- Host: GitHub
- URL: https://github.com/acabassi/coca
- Owner: acabassi
- License: other
- Created: 2018-09-26T19:02:56.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-07-08T13:05:35.000Z (over 5 years ago)
- Last Synced: 2025-10-22T05:59:20.114Z (3 months ago)
- Topics: cluster-analysis, cluster-of-clusters, clustering, coca, genomics, integrative-clustering, multi-omics
- Language: R
- Homepage: https://acabassi.github.io/coca/articles/coca-vignette.html
- Size: 2.28 MB
- Stars: 6
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://CRAN.R-project.org/package=coca) [](https://travis-ci.org/acabassi/coca) [](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)
```