cluster_by_apcluster {simplifyEnrichment}R Documentation

Cluster similarity matrix by apcluster

Description

Cluster similarity matrix by apcluster

Usage

cluster_by_apcluster(mat, s = apcluster::negDistMat(r = 2), ...)

Arguments

mat

The similarity matrix.

s

Passed to the s argument in apcluster.

...

Other arguments passed to apcluster.

Value

A vector of cluster labels (in numeric).

Examples

# There is no example
NULL


[Package simplifyEnrichment version 1.3.0 Index]