Description Usage Arguments Value Examples
View source: R/MainFunctions.R
Estimate the optimal number of clusters C for clustering
1 | EstClusters(drData, S)
|
drData |
gene expression matrix after PCA processing |
S |
the calculated similarity matrix S from "SimS" |
C the estimated number of clusters
1 2 3 | gfData <- GenesFilter(yan[1:100,1:15])
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.