partition_by_pam {simplifyEnrichment}R Documentation

Partition by PAM

Description

Partition by PAM

Usage

partition_by_pam(mat)

Arguments

mat

The similarity matrix.

Details

The clustering is performed by pam with setting pamonce argument to 5.

This function is used to set to the partition_fun argument in binary_cut.

Examples

# There is no example
NULL


[Package simplifyEnrichment version 1.0.0 Index]