This is a test version of Biostars. For the public version, visit https://www.biostars.org.
How to make venn diagram for differentially expressed data

Hello everyone,

I performed differential expression analysis to find the differential expressed genes (comparing different different conditions). Now, I have multiple differentially expressed gene files in CSV format (each file showing that the genes listed in those file are differentially expressed in that particular condition).

Now, I want to draw a Venn diagram or an upset plot to find the genes that are common in all the files (means the genes that are common in all conditions).

Any help would be appreciated.

r

2 answers

Dear @rishav513

You can try to put your lists on one of these sites:

http://www.interactivenn.net/

https://bioinfogp.cnb.csic.es/tools/venny/

And construct your diagram!

Thanks but the image quality are not good, so, I want to do this work in R

There are multiple packages on CRAN - just search for Venn Diagrams. For example nVennR oder Vennr.

Thanks, I know but I need diagrams that also show upregulated and downregulated along with common genes

Log in to answer this question.