| collect_plots-ConsensusPartition-method {cola} | R Documentation |
Collect plots from ConsensusPartition object
## S4 method for signature 'ConsensusPartition' collect_plots(object, verbose = TRUE)
object |
A |
verbose |
Whether print messages. |
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.
No value is returned.
Zuguang Gu <z.gu@dkfz.de>
collect_plots,ConsensusPartitionList-method collects plots for the ConsensusPartitionList-class object.
## Not run: data(cola_rl) collect_plots(cola_rl["SD", "kmeans"]) ## End(Not run)