How to plot all enrichment plots from GSEA in one single plot in python or R?
How to plot all enrichment plots for all gene sets from GSEA in one single plot in python or R?
After performing GSEA I got the report which has the enrichment plots but every enrichment plot is alone, I want to put all plots in one single plot, how can I do it and which data I need to use?
Thanks
• 2,206 views
•
link
1 answer
Use the patchwork library to combine your plots. +
• 0 views
•
link
Log in to answer this question.
You need to post your code.
I am trying to use
gseaplot(df, geneSetID=1)but I got that errorAlthough in the document: