cluster_by_mclust: Cluster similarity matrix by mclust

View source: R/cluster.R

cluster_by_mclustR Documentation

Cluster similarity matrix by mclust

Description

Cluster similarity matrix by mclust

Usage

cluster_by_mclust(mat, G = seq_len(max(2, min(round(nrow(mat)/5), 100))), ...)

Arguments

mat

The similarity matrix.

G

Passed to the G argument in Mclust.

...

Other arguments passed to Mclust.

Value

A vector of cluster labels (in numeric).

Examples

# There is no example
NULL


jokergoo/simplifyEnrichment documentation built on Nov. 3, 2023, 2:57 p.m.