Description Usage Arguments Value Author(s) References See Also Examples
A function to generate cluster separability matrix plot.
1 | plotiCluster(fit,label=NULL)
|
fit |
A iCluster object |
label |
Sample labels |
no value returned.
Ronglai Shen shenr@mskcc.org
Ronglai Shen, Adam Olshen, Marc Ladanyi. (2009). Integrative clustering of multiple genomic data types using a joint latent variable model with application to breast and lung cancer subtype analysis. Bioinformatics 25, 2906-2912.
1 2 3 4 5 | # library(iCluster)
# data(breast.chr17)
# fit=iCluster(datasets=breast.chr17, k=4, lambda=c(0.2,0.2))
# plotiCluster(fit=fit, label=rownames(breast.chr17[[2]]))
# compute.pod(fit)
|
Loading required package: parallel
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.