collect_stats-ConsensusPartitionList-method.Rd
Draw and compare statistics for multiple methods
# S4 method for ConsensusPartitionList
collect_stats(object, k, layout_nrow = 2, all_stats = FALSE, ...)
A ConsensusPartitionList-class
object.
Number of subgroups.
Number of rows in the layout
Whether to show all statistics that were calculated. Used internally.
Other arguments
It draws heatmaps for statistics for multiple methods in parallel, so that users can compare which combination of methods gives the best results with given the number of subgroups.
data(golub_cola)
collect_stats(golub_cola, k = 3)