get_heatmap_order | R Documentation |
Return the row or column ordering present in a heatmap
get_heatmap_order(heatmap, type = "rows")
heatmap |
A heatmap object to collect ordering from. |
type |
The type of ordering to return. Either "rows" or "columns". |
A numeric vector of the ordering used within the provided ComplexHeatmap "Heatmap" object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.