This is a test version of Biostars. For the public version, visit https://www.biostars.org.
How to make barplots for multi sample gene ontology analysis

I have several cell lines treated with the same drug. I did gene ontology enrichment analysis for all of them. I wish to display the results like the following plot (x-axis: gene ratio, y-axis: GO term, bar colored by p.adj), so I could show the comparison of each cell line's drug response. Is there any way to do it conveniently?

enter image description here

enrichment-analysis go

1 answer

Are you familiar with Python? I can share the source code which uses the Plotly library. (would require minor adjustments to get a result like it). This is how it looks now. enter image description here

Could you add the scripts or link

Log in to answer this question.