cluster_by_hdbscan: Cluster similarity matrix by hdbscan

Description Usage Arguments Value Examples

View source: R/cluster.R

Description

Cluster similarity matrix by hdbscan

Usage

1
cluster_by_hdbscan(mat, minPts = 5, ...)

Arguments

mat

The similarity matrix.

minPts

Passed to the minPts argument in hdbscan.

...

Other arguments passed to hdbscan.

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.