Learn R Programming

RCSL (version 0.99.95)

EstClusters: Estimate the optimal number of clusters C for clustering

Description

Estimate the optimal number of clusters C for clustering

Usage

EstClusters(drData, S)

Arguments

drData

gene expression matrix after PCA processing

S

the calculated similarity matrix S from "SimS"

Value

C the estimated number of clusters

Examples

Run this code
# 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