jokergoo / simplifyEnrichment

Simplify functional enrichment results
https://jokergoo.github.io/simplifyEnrichment
Other
108 stars 16 forks source link

Add bar plot to simplifyGOFromMultipleLists #88

Closed jelman closed 1 year ago

jelman commented 1 year ago

Hello,

In the example output in this vignette there are bar plots to the left showing how many significant GO terms are in each cluster per list. I don't see an option to include this in the simplifyGOFromMultipleLists function though. Is there a way to do this?

Thanks! Jeremy

jwlsyxff commented 1 year ago

I encountered the same question as yours at first as the heatmap didn't include the bat plots at left, and then I figured out that we needed to download the lastest version directly from GitHub as library(devtools) install_github("jokergoo/simplifyEnrichment") then the heatmap will contain bar plots