top_rows_heatmap-ConsensusPartition-method | R Documentation |
Heatmap of top rows
## S4 method for signature 'ConsensusPartition'
top_rows_heatmap(object, top_n = min(object@top_n), k = NULL,
anno = get_anno(object), anno_col = get_anno_col(object),
scale_rows = object@scale_rows, ...)
object |
A |
top_n |
Number of top rows. |
k |
Number of subgroups. If it is not specified, it uses the "best k". |
anno |
A data frame of annotations. |
anno_col |
A list of colors (color is defined as a named vector) for the annotations. If |
scale_rows |
Wether to scale rows. |
... |
Pass to |
No value is returned.
Zuguang Gu <z.gu@dkfz.de>
top_rows_heatmap,matrix-method
data(golub_cola)
top_rows_heatmap(golub_cola["ATC:skmeans"])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.