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? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
Do you mean add text to the columns or rows annotations? |
Beta Was this translation helpful? Give feedback.
-
It has already been implemented in PyComplexHeatmap. But I have never tested it. |
Beta Was this translation helpful? Give feedback.
-
Hello @GordianArnav I updated the custom |
Beta Was this translation helpful? Give feedback.
It has already been implemented in PyComplexHeatmap. But I have never tested it.
You can pass a parameter
annot
toClusterMapPlotter
,annot
is also a dataframe.Please try it and give me feedback.
Thanks