vennDigram for multiple RNA-seq data
3
1
Entering edit mode
6.6 years ago
ta_awwad ▴ 340

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

RNA-Seq deseq2 r • 2.9k views
ADD COMMENT
2
Entering edit mode
6.6 years ago

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.

enter image description here

ADD COMMENT
0
Entering edit mode

I agree that the interpreting of 5-way Venn Diagram is not easy.

ADD REPLY
0
Entering edit mode

+1 for UpsetR, there is also jvenn if one would like to try for 6 way Venn diagram, only good when you have gene lists or stuffs but I would still make use of upsetR as for data science and analytics it is much a better resource.

ADD REPLY
0
Entering edit mode
6.6 years ago
vmicrobio ▴ 290

there is a R package : 'VennDiagram'

also you can do it very easily using venny

ADD COMMENT
0
Entering edit mode
6.6 years ago
e.rempel ★ 1.1k

R-package SystemPiper offers the possibility to Plot 2-5 way Venn diagrams. E.g.

VennDiagram

The manual is available on here

ADD COMMENT
0
Entering edit mode

thanks but I don't know how to make it proportional.

ADD REPLY
0
Entering edit mode

I am not sure whether plotting proportional 5-way Venn Diagram is even (mathematically) possible. You could also try a shiny app for plotting of Venn Diagrams.

ADD REPLY

Login before adding your answer.

Traffic: 2473 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6