I agree that the interpreting of 5-way Venn Diagram is not easy.
Hello everybody, I have 30 RNA-seq data sets (4 conditions plus my control) and I ran Deseq2 pipeline to analyse them. now I would like to intersect all these data in a form of VennDiagrams. is there any package or simple code which does that. I would like to have total genes overlap, unregulated and down regulated genes in one panel.
could you please help thanks
3 answers
Venn diagrams suck to interpret and they do not scale well. At all. Just look at the example that @e.rempel posted, it's not intuitive to get the information you want quickly, and making it proportional will skew the reader's view of the data further. I'd strongly recommend Upset Plots, which are available in Github or CRAN. They're far easier to look at and scale much better.

there is a R package : 'VennDiagram'
also you can do it very easily using venny
Log in to answer this question.
