Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 313 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 313 Bytes

bayesCC

Bayesian Consensus Clustering, packaged up from code by Eric F. Lock

Installation:

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!