collect_stats-ConsensusPartitionList-method {cola} | R Documentation |
Draw and compare statistics for multiple methods
## S4 method for signature 'ConsensusPartitionList' collect_stats(object, k, layout_nrow = 2, ...)
object |
a |
k |
number of partitions |
layout_nrow |
number of rows in the layout |
... |
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 partitions.
data(cola_rl) collect_stats(cola_rl, k = 3)