|
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. |
Answered by
ghost
May 18, 2023
Replies: 1 comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


resolved this issue here: #1085