Only display selected Annotations inside heatmap of "ClusterMapPlotter" #54
|
In ClusterMapPlotter, how to go about adding text other than float values, based on specific conditions relating to the actual heatmap values? |
Answered by
DingWB
Oct 5, 2023
Replies: 3 comments 3 replies
|
Do you mean add text to the columns or rows annotations? |
1 reply
|
It has already been implemented in PyComplexHeatmap. But I have never tested it. |
2 replies
Answer selected by
GordianArnav
|
Hello @GordianArnav I updated the custom |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It has already been implemented in PyComplexHeatmap. But I have never tested it.
You can pass a parameter
annottoClusterMapPlotter,annotis also a dataframe.Please try it and give me feedback.
Thanks