Description Usage Arguments Value Author(s) References See Also Examples
Some utility functions for processing the results produced by iClusterPlus methods.
1 2 3 4 | getBIC(resultList)
getDevR(resultList)
getClusters(resultList)
iManual(view=TRUE)
|
resultList |
A list object as shown in the following example. |
view |
A logical value TRUE or FALSE |
getBIC |
produce a matrix containing the BIC value for each lambda and K; the rows correspond to the lambda (vector) and the columns correspond to the K latent variables. |
getDevR |
produce a matrix containing the deviance ratio for each lambda and K; the rows correspond to the lambda (vector) and the columns correspond to the K latent variables. |
getClusters |
produce a matrix containing the cluster assigments for the samples under each K; the rows correspond to the samples; the columns correspond to the K latent variables. |
iManual |
Open the iClusterPlus User's Guide. |
Qianxing Mo qianxing.mo@moffitt.org
Qianxing Mo, Sijian Wang, Venkatraman E. Seshan, Adam B. Olshen, Nikolaus Schultz, Chris Sander, R. Scott Powers, Marc Ladanyi, and Ronglai Shen. (2012). Pattern discovery and cancer gene identification in integrated cancer genomic data. Proc. Natl. Acad. Sci. USA (invited revision).
tune.iClusterPlus
, iClusterPlus
, iCluster2
1 2 3 4 5 6 | ### see the users' guide iManual.pdf
#data(simuResult)
#BIC = getBIC(simuResult)
#devR = getDevR(simuResult)
#clusters = getClusters(simuResult)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.