collect_plots-ConsensusPartitionList-method: Collect plots from ConsensusPartitionList object

Description Usage Arguments Details Value Author(s) See Also Examples

Description

Collect plots from ConsensusPartitionList object

Usage

1
2
3
4
5
## S4 method for signature 'ConsensusPartitionList'
collect_plots(object, k = 2, fun = consensus_heatmap,
    top_value_method = object@top_value_method,
    partition_method = object@partition_method,
    verbose = TRUE, mc.cores = 1, ...)

Arguments

object

A ConsensusPartitionList-class object from run_all_consensus_partition_methods.

k

Number of subgroups.

fun

Function used to generate plots. Valid functions are consensus_heatmap, plot_ecdf, membership_heatmap, get_signatures and dimension_reduction.

top_value_method

A vector of top-value methods.

partition_method

A vector of partitioning methods.

verbose

Whether to print message.

mc.cores

Number of cores. On OSX it is enforced to be 1.

...

other Arguments passed to corresponding fun.

Details

Plots for all combinations of top-value methods and parittioning methods are arranged in one single page.

This function makes it easy to directly compare results from multiple methods.

Value

No value is returned.

Author(s)

Zuguang Gu <z.gu@dkfz.de>

See Also

collect_plots,ConsensusPartition-method collects plots for a single ConsensusPartition-class object.

Examples

1
2
3
4

cola documentation built on Nov. 8, 2020, 8:12 p.m.