powered by
Estimate the optimal number of clusters C for clustering
EstClusters(drData, S)
gene expression matrix after PCA processing
the calculated similarity matrix S from "SimS"
C the estimated number of clusters
# NOT RUN { gfData <- GenesFilter(yan[1:100,1:15]) res_SimS <- SimS(gfData) EstClusters(res_SimS$drData,res_SimS$S) # }
Run the code above in your browser using DataLab