-
Notifications
You must be signed in to change notification settings - Fork 26
Description
Hi!
Another great package from you here I've been having a great time playing around with it. For my purposes I only care about the top annotation plots. I've made a combined list of three heatmaps which plot nicely together (i.e. TSS, Gene Body, TTS). However, I can only extract each plot separately using which;
extract_anno_enriched(EnrichedHeatmap_Combined, which = 1, newpage = TRUE, padding = NULL)
I can't seem to save these plots to an object either, as the object just becomes something like "GRID.VP.1581", so I'm not sure how I would stick these extracted top_annotations back together again. It would be nice if I could either plot only the top_annotations to begin with, without the heatmaps, extract the three top_annotations together, or easily control the relative heights of the top annotation and heatmap. What would you recommend?
Thanks,
Daniel