cluster_by_MCL {simplifyEnrichment}R Documentation

Cluster similarity matrix by MCL

Description

Cluster similarity matrix by MCL

Usage

cluster_by_MCL(mat, addLoops = FALSE, ...)

Arguments

mat

The similarity matrix.

addLoops

Passed to the addLoops argument in mcl.

...

Other arguments passed to mcl.

Value

A vector of cluster labels (in numeric).

Examples

# There is no example
NULL


[Package simplifyEnrichment version 1.3.0 Index]