get_stats-ConsensusPartitionList-method {cola} | R Documentation |
Get statistics for consensus partitions from all methods
## S4 method for signature 'ConsensusPartitionList' get_stats(object, k, all_stats = FALSE)
object |
A |
k |
Number of partitions. The value can only be a single value. |
all_stats |
Whether to show all statistics that were calculated. Used internally. |
A matrix of partition statistics for a selected k. Rows in the matrix correspond to combinations of top-value methods and partition methods.
Zuguang Gu <z.gu@dkfz.de>
data(cola_rl) get_stats(cola_rl, k = 2)