Description Usage Arguments Details Value Author(s) Examples
Heatmap of membership in each partition
1 2 3 4 | ## S4 method for signature 'ConsensusPartition'
membership_heatmap(object, k, internal = FALSE,
anno = object@anno, anno_col = get_anno_col(object),
show_column_names = FALSE, ...)
|
object |
A |
k |
Number of subgroups. |
internal |
Used internally. |
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 |
show_column_names |
Whether show column names in the heatmap (which is the column name in the original matrix). |
... |
Other arguments |
Each row in the heatmap is the membership in one single partition.
Heatmap is split on rows by top_n
.
No value is returned.
Zuguang Gu <z.gu@dkfz.de>
1 2 | data(golub_cola)
membership_heatmap(golub_cola["ATC", "skmeans"], k = 3)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.