Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/csoneson/duoclustering2018

R package with data sets and clustering results from Duò et al (F1000Research 2018)
https://github.com/csoneson/duoclustering2018

Last synced: 1 day ago
JSON representation

R package with data sets and clustering results from Duò et al (F1000Research 2018)

Awesome Lists containing this project

README

        

# DuoClustering2018
R package with data sets and clustering results from Duò et al (F1000Research 2018). See https://doi.org/10.12688/F1000RESEARCH.15666.1 for the paper. The package is available from https://bioconductor.org/packages/DuoClustering2018.
To install the package use the following commands in R:
```
if (!requireNamespace("BiocManager", quietly=TRUE))
install.packages("BiocManager")
BiocManager::install("DuoClustering2018", version = "devel")
```