EstClusters | R Documentation |
Estimate the optimal number of clusters C for clustering
EstClusters(drData, S)
drData |
gene expression matrix after PCA processing |
S |
the calculated similarity matrix S from "SimS" |
C the estimated number of clusters
gfData <- GenesFilter(yan)
res_SimS <- SimS(gfData)
EstClusters(res_SimS$drData,res_SimS$S)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.