wMetaC: weighted ensemble clustering

Description Usage Arguments Examples

View source: R/wMetaC.R

Description

This function is to do weighted ensemble clustering for meta-clustering.

Usage

1
2
3
4
5
6
7
8
9
wMetaC(
  nC,
  hmethod,
  enN.cluster,
  minN.cluster,
  maxN.cluster,
  sil.thre,
  height.Ntimes
)

Arguments

nC

a m*n matrix, where m is the number of cells, n is the number of clustering algorithms, and the (i,j)-element of nC represents the cluter for the i-th cell by the j-th clutering predictor.

Examples

1
finalrowColor = wMetaC(enrp)

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