collect_plots-ConsensusPartition-method: Collect plots from ConsensusPartition object

collect_plots-ConsensusPartition-methodR 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


data(golub_cola)
collect_plots(golub_cola["ATC", "skmeans"])


jokergoo/cola documentation built on Feb. 29, 2024, 1:41 a.m.