Description Usage Arguments Details Value Author(s) See Also Examples
Collect plots from ConsensusPartitionList object
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, ...)
|
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. On OSX it is enforced to be 1. |
... |
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.
1 2 3 4 | 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.