Description Usage Arguments Value Author(s) See Also Examples
Heatmap of top rows from different top-value methods
1 2 3 4 | ## S4 method for signature 'ConsensusPartitionList'
top_rows_heatmap(object, top_n = min(object@list[[1]]@top_n),
anno = get_anno(object), anno_col = get_anno_col(object),
scale_rows = object@list[[1]]@scale_rows, ...)
|
object |
A |
top_n |
Number of top rows. |
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 |
scale_rows |
Wether to scale rows. |
... |
Pass to |
No value is returned.
Zuguang Gu <z.gu@dkfz.de>
top_rows_heatmap,matrix-method
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.