This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Ideas to plot several enrichment results (BP) in one

Hey all, searching for ideas and advices. i have 4 of enrichment results for biological processes. They should be relatively different from each other but i expect a certain number of categories to overlap between each other. My idea was indeed plotting all results in a comprehensive way, in order to show the overlapping categories (storing their enrichment folds), and also showing the "private" categories from each result. any idea or suggestion will be much appreciated

enrichment biological process plots

2 answers

Something like this should be just fine (this is recent code that I pieced together for a project):

y

This is built on top of the ComplexHeatmap package in R, with much customisation by myself. If it looks good, then I can guide you further with code examples. I have masked the gene names just to protect information.

Kevin

Hi Kevin, it looks very nice, thanks i would i appreciat!

Let me see if I can find time later.

muchisimas gracias tio! :) you're my idol i guess

Maybe something along the lines of UpSetR would work?

Log in to answer this question.