djwooten / synergy

Python library for calculting synergy of drug combinations using several drug synergy frameworks
GNU General Public License v3.0
27 stars 5 forks source link

Annotation in heatmap plots #14

Open ggg5438 opened 2 years ago

ggg5438 commented 2 years ago

I think this is an awesome work that makes synergy analysis more easier.

I have one question (or suggestion): How can I annotate the synergy scores in heatmap plots? In sns.heatmap, we can annotate the values of cells by 'annot=True', but I cannot find similar options in this package.