Extract cluster assignments from Consensus Clustering results for a specific number of clusters.
Value
A data frame with the following columns: - ID: The sample identifier. - Cluster: The assigned cluster label, prefixed by 'C'.
Examples
data <- mtcars
cc_res <- RunCC(data)
clu <- get.class(cc_res, 2)
clu