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

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

Awesome Lists containing this project

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!