jokergoo / EnrichedHeatmap

make enriched heatmap which visualizes the enrichment of genomic signals to specific target regions.
http://jokergoo.github.io/EnrichedHeatmap/
Other
185 stars 25 forks source link

same y-aixs for concatenated heatmap #81

Open gyanmishra opened 11 months ago

gyanmishra commented 11 months ago

Hi,

I am trying to compare DNA methylation over set of genomic regions through average profile and heatmap. Is there any control to keep the y-axis same for top annotation in the enrichedheatmap function. for e.g Smoothing section of the tutorial.

- Thanks Gyan

konsta-kukkonen commented 8 months ago

I'm not sure if this is what you're looking for, but, you can set the scale of the top annotation by providing parameter: top_annotation = HeatmapAnnotation(enriched = anno_enriched(ylim=c([lower_limit],[higher_limit]), set the lower and higher limit the same for each heatmap you concatenate with +

gyanmishra commented 7 months ago

Thanks @konsta-kukkonen. It was helpful.