concordance.Rd
Concordance to the consensus partition
concordance(membership_each, class)
A matrix which contains partitions in every single runs where columns correspond to runs. The object can be get from get_membership(..., each = TRUE)
.
Consensus subgroup labels.
Note subgroup labels in membership_each
should already be adjusted to the consensus labels, i.e. by relabel_class
.
The concordance score is the mean proportion of samples having the same subgroup labels as the consensus labels among individual partition runs.
A numeric value.
data(golub_cola)
membership_each = get_membership(golub_cola["SD", "kmeans"], each = TRUE, k = 3)
consensus_classes = get_classes(golub_cola["SD", "kmeans"], k = 3)$class
concordance(membership_each, consensus_classes)
#> [1] 0.9097222