EstClusters: Estimate the optimal number of clusters C for clustering

Description Usage Arguments Value Examples

View source: R/MainFunctions.R

Description

Estimate the optimal number of clusters C for clustering

Usage

1
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

1
2
3
gfData <- GenesFilter(yan[1:100,1:15])
res_SimS <- SimS(gfData)
EstClusters(res_SimS$drData,res_SimS$S)

RCSL documentation built on April 19, 2021, 9:06 a.m.