Add bar plot to simplifyGOFromMultipleLists
Closed this issue · 1 comments
jelman commented
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
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