https://github.com/ttriche/bayesCC
Bayesian Consensus Clustering, packaged up from code by Eric F. Lock
https://github.com/ttriche/bayesCC
Last synced: 22 days ago
JSON representation
Bayesian Consensus Clustering, packaged up from code by Eric F. Lock
- Host: GitHub
- URL: https://github.com/ttriche/bayesCC
- Owner: ttriche
- License: mit
- Created: 2015-10-24T02:14:45.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-06-15T20:45:50.000Z (almost 2 years ago)
- Last Synced: 2025-04-10T07:11:19.481Z (25 days ago)
- Language: R
- Size: 80 MB
- Stars: 19
- Watchers: 3
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-multi-omics - BCC - Lock - Bayesian consensus clustering - [paper](https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3789539/) (Software packages and methods / Multi-omics clustering / classification / prediction)
README
# bayesCC
Bayesian Consensus Clustering, packaged up from code by Eric F. Lock# Installation:
```r
source("http://bioconductor.org/biocLite.R")
biocLite("devtools")
biocLite("ttriche/bayesCC")
```See ?bayesCC and ?alphaStar for some details.
See http://www.tc.umn.edu/~elock/Talks/BCCtalk for more details!