-
Is there a way to draw a border around a cluster of my choice in a heatmap like this using ComplexHeatmap?: I have thus far figured out: draw heatmap using pair-wise pearson correlation plot:
find the order of the row and column from the heatmap:
order the original matrix based on this row and column orders:
Make a cluster based on blocks that have >= 0.8 pearson correlation coefficient:
Define my own clusters
but when I try to use decroate_heatmap_body function, it gives me this error:
I am assuming I'm not defining the slice correctly. What am I doing wrong? I'd greatly appreciate any advice. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
resolved this issue here: #1085 |
Beta Was this translation helpful? Give feedback.
resolved this issue here: #1085