top_rows_heatmap-ConsensusPartitionList-method {cola} | R Documentation |
Heatmap of top rows from different top-value methods
## 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 scale rows. |
... |
Pass to |
No value is returned.
Zuguang Gu <z.gu@dkfz.de>
top_rows_heatmap,matrix-method
# There is no example NULL