clusterReliability: Cluster membership reliability estimated by enrichment...

Description Usage Arguments Value

View source: R/cluster.r

Description

This function estimates the cluster membership reliability using aREA

Usage

1
2
3
4
5
6
clusterReliability(
  cluster,
  similarity,
  xlim = NULL,
  method = c("element", "cluster", "global")
)

Arguments

cluster

Vector of cluster memberships or list of cluster memberships

similarity

Similarity matrix

xlim

Optional vector of 2 components indicating the limits for computing AUC

method

Character string indicating the mthod to compute reliability, either by element, by cluster or global

Value

Reliability score for each element


MOMA documentation built on Nov. 8, 2020, 6:01 p.m.