cluster_by_mclust: Cluster similarity matrix by mclust

Description Usage Arguments Value Examples

View source: R/cluster.R

Description

Cluster similarity matrix by mclust

Usage

1
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

1
2
# There is no example
NULL

simplifyEnrichment documentation built on Nov. 8, 2020, 5:07 p.m.