Description Usage Arguments Details Value Author(s) Examples
Get subgroup labels
1 2 | ## 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>
1 2 | 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.