get_stats-ConsensusPartitionList-method | R Documentation |
Get statistics
## S4 method for signature 'ConsensusPartitionList'
get_stats(object, k, all_stats = FALSE)
object |
A |
k |
Number of subgroups. 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 partitioning methods.
Zuguang Gu <z.gu@dkfz.de>
data(golub_cola)
get_stats(golub_cola, k = 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.