Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/csoneson/duoclustering2018
- Owner: csoneson
- Created: 2018-06-23T15:19:32.000Z (over 6 years ago)
- Default Branch: devel
- Last Pushed: 2024-12-21T18:05:23.000Z (18 days ago)
- Last Synced: 2025-01-04T14:11:44.513Z (4 days ago)
- Language: R
- Homepage: https://csoneson.github.io/DuoClustering2018/
- Size: 8.26 MB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS
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")
```