Skip to content

Extract multiple top_annotations at once using extract_anno_enriched? #88

@danphillips28

Description

@danphillips28

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions