top_rows_heatmap-ConsensusPartitionList-method.RdHeatmap of top rows from different top-value methods
# S4 method for 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, ...)A ConsensusPartitionList-class object.
Number of top rows.
A data frame of annotations for the original matrix columns. By default it uses the annotations specified in run_all_consensus_partition_methods.
A list of colors (color is defined as a named vector) for the annotations. If anno is a data frame, anno_col should be a named list where names correspond to the column names in anno.
Wether to scale rows.
Pass to top_rows_heatmap,matrix-method.
No value is returned.
# \donttest{
data(golub_cola)
top_rows_heatmap(golub_cola)
# }