collect_stats-ConsensusPartitionList-method {cola}R Documentation

Draw and compare statistics for multiple methods

Description

Draw and compare statistics for multiple methods

Usage

## S4 method for signature 'ConsensusPartitionList'
collect_stats(object, k, layout_nrow = 2, ...)

Arguments

object

a ConsensusPartitionList-class object.

k

number of partitions

layout_nrow

number of rows in the layout

...

other arguments

Details

It draws heatmaps for statistics for multiple methods in parallel, so that users can compare which combination of methods gives the best results with given the number of partitions.

Examples

data(cola_rl)
collect_stats(cola_rl, k = 3)

[Package cola version 1.0.0 Index]