ggheatmap()
Heatmap with Group Variables
ggheatmap(mat) +
anno_top() +
align_group(sample(letters[1:4], ncol(mat), replace = TRUE))
#> → heatmap built with `geom_tile()`
August 7, 2025
ggheatmap(mat) +
anno_top() +
align_group(sample(letters[1:4], ncol(mat), replace = TRUE))
#> → heatmap built with `geom_tile()`