select_partition_number-ConsensusPartition-method {cola}R Documentation

Several plots for determining the optimized number of partitions

Description

Several plots for determining the optimized number of partitions

Usage

## S4 method for signature 'ConsensusPartition'
select_partition_number(object)

Arguments

object

a ConsensusPartition-class object.

Details

There are following plots made:

Value

No value is returned.

Author(s)

Zuguang Gu <z.gu@dkfz.de>

Examples

data(cola_rl)
select_partition_number(cola_rl["sd", "hclust"])

[Package cola version 1.0.0 Index]