merge_node_param {cola}R Documentation

Parameters to merge branches in subgroup dendrogram.

Description

Parameters to merge branches in subgroup dendrogram.

Usage

merge_node_param(depth = Inf, min_n_signatures = -Inf,
    min_p_signatures = -Inf)

Arguments

depth

Depth of the dendrogram.

min_n_signatures

Minimal number of signatures for the partitioning on each node.

min_p_signatures

Minimal fraction of sigatures compared to the total number of rows on each node.

Examples

# There is no example
NULL


[Package cola version 2.0.0 Index]