get_stats-ConsensusPartitionList-method {cola}R Documentation

Get statistics for consensus partitions from all methods

Description

Get statistics for consensus partitions from all methods

Usage

## S4 method for signature 'ConsensusPartitionList'
get_stats(object, k)

Arguments

object

a ConsensusPartitionList-class object.

k

number of partitions. The value can only be a single value.

Value

A matrix of partition statistics for a selected k. Rows in the matrix correspond to combinations of top-value methods and partition methods.

Author(s)

Zuguang Gu <z.gu@dkfz.de>

Examples

data(cola_rl)
get_stats(cola_rl, k = 2)

[Package cola version 1.0.0 Index]