EstClusters {RCSL} | 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)