collect_plots-ConsensusPartitionList-method | R Documentation |
Collect plots from ConsensusPartitionList object
## 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, cores = mc.cores, ...)
object |
A |
k |
Number of subgroups. |
fun |
Function used to generate plots. Valid functions are |
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. This argument will be removed in figure versions. |
cores |
Number of cores, or a |
... |
other Arguments passed to corresponding |
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.
No value is returned.
Zuguang Gu <z.gu@dkfz.de>
collect_plots,ConsensusPartition-method
collects plots for a single ConsensusPartition-class
object.
data(golub_cola)
collect_plots(cola_rl, k = 3)
collect_plots(cola_rl, k = 3, fun = membership_heatmap)
collect_plots(cola_rl, k = 3, fun = get_signatures)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.