Is it possible to split heatmap row-wise into different sections? · Issue #104 · ropensci/iheatmapr · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
Thanks!
The text was updated successfully, but these errors were encountered:
mcsimenc
changed the title
Possible to split heatmap row-wise into different sections
Is it possible to split heatmap row-wise into different sections?
May 20, 2024
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.
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?
Thanks!
The text was updated successfully, but these errors were encountered: