ggheatmap()
Heatmap with Ordering Weights
Order the observations based on the means.
ggheatmap(mat) +
anno_left() +
align_order(rowMeans)
#> → heatmap built with `geom_tile()`
August 7, 2025
Order the observations based on the means.
ggheatmap(mat) +
anno_left() +
align_order(rowMeans)
#> → heatmap built with `geom_tile()`