Description Usage Arguments Details Value Author(s) Examples
Collect subgroups from ConsensusPartition object
1 2 3 | ## S4 method for signature 'ConsensusPartition'
collect_classes(object, internal = FALSE, show_row_names = FALSE,
anno = object@anno, anno_col = object@anno_col)
|
object |
A |
internal |
Used internally. |
show_row_names |
Whether to show row names in the heatmap (which is the column name in the original matrix). |
anno |
A data frame of annotations for the original matrix columns. By default it uses the annotations specified in |
anno_col |
A list of colors (color is defined as a named vector) for the annotations. If |
The percent membership matrix and the subgroup labels for each k are plotted in the heatmaps.
Same row in all heatmaps corresponds to the same column in the original matrix.
No value is returned.
Zuguang Gu <z.gu@dkfz.de>
1 2 | data(golub_cola)
collect_classes(golub_cola["ATC", "skmeans"])
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.