collect_stats-ConsensusPartitionList-method | R Documentation |
Draw and compare statistics for multiple methods
## S4 method for signature 'ConsensusPartitionList'
collect_stats(object, k, layout_nrow = 2, all_stats = FALSE, ...)
object |
A |
k |
Number of subgroups. |
layout_nrow |
Number of rows in the layout |
all_stats |
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.