getrowColor: hierarchical clustering with number of clusters determined...

Description Usage Arguments Examples

View source: R/getrowColor.R

Description

This function is to do hierarchical clustering, with the number of clusters determined by a strategy combining Silhouette index, CH index and the heights after hierarchical clustering.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
getrowColor(
  Emat,
  hmethod,
  indN.cluster,
  minN.cluster,
  maxN.cluster,
  sil.thre,
  height.Ntimes,
  flashmark
)

Arguments

Emat

the feature matrix whose columns represent the features and whose rows represent data/cells.

Examples

1
rowColor= getrowColor(E1)

shibiaowan/SHARP documentation built on April 28, 2021, 1:56 p.m.