clusterReliability {MOMA}R Documentation

Cluster membership reliability estimated by enrichment analysis

Description

This function estimates the cluster membership reliability using aREA

Usage

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


[Package MOMA version 1.4.0 Index]