get_classes-ConsensusPartitionList-method | R Documentation |
Get subgroup labels
## S4 method for signature 'ConsensusPartitionList'
get_classes(object, k)
object |
A |
k |
Number of subgroups. |
The subgroup labels are inferred by merging partitions from all methods by weighting the mean silhouette scores in each method.
A data frame with subgroup labels and other columns which are entropy of the percent membership matrix and the silhouette scores which measure the stability of a sample to stay in its group.
Zuguang Gu <z.gu@dkfz.de>
data(golub_cola)
get_classes(golub_cola, k = 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.