collect_plots-ConsensusPartition-method {cola}R Documentation

Collect plots from ConsensusPartition object

Description

Collect plots from ConsensusPartition object

Usage

## S4 method for signature 'ConsensusPartition'
collect_plots(object, verbose = TRUE)

Arguments

object

A ConsensusPartition-class object.

verbose

Whether print messages.

Details

Plots by plot_ecdf, collect_classes,ConsensusPartition-method, consensus_heatmap, membership_heatmap and get_signatures are arranged in one single page, for all avaialble k.

Value

No value is returned.

Author(s)

Zuguang Gu <z.gu@dkfz.de>

See Also

collect_plots,ConsensusPartitionList-method collects plots for the ConsensusPartitionList-class object.

Examples

## Not run: 
data(cola_rl)
collect_plots(cola_rl["sd", "kmeans"])

## End(Not run)

[Package cola version 1.2.1 Index]