ropensci / iheatmapr

Complex, interactive heatmaps in R
https://docs.ropensci.org/iheatmapr
Other
267 stars 35 forks source link

Is it possible to split heatmap row-wise into different sections? #104

Open mcsimenc opened 1 month ago

mcsimenc commented 1 month ago

Is it possible to split a heatmap into groups such that there is white space between the groups, like this example from the ComplexHeatmap package?

image

Thanks!

srsankhe commented 4 weeks ago

With the current implementation of the package, it's not an out of the box method. But you could stack mulitple heatmaps with add_iheatmap to the main_heatmap. But this does come at a cost of the dendrograms being each heatmap specific.