Venn Diagram of 4 Sets
1
0
Entering edit mode
@thomas-hampton-2820
Last seen 9.6 years ago
This is an old thread that pops up now and then, but I don't see a resolution. It is well known that limma's vennDiagram() function does a fine job with two or three sets, but not four. I have four sets I'd like to compare. Has anyone solved this in a nice way? Thanks, Tom
• 1.7k views
ADD COMMENT
0
Entering edit mode
Thomas Girke ★ 1.7k
@thomas-girke-993
Last seen 28 days ago
United States
Here is a simple solution for plotting 4-way venn diagrams as circles or ellipses: http://faculty.ucr.edu/~tgirke/Documents/R_BioCond/R_BioCondManual.htm l#R_graphics_venn Thomas On Thu, May 14, 2009 at 09:12:59AM -0400, Thomas Hampton wrote: > This is an old thread that pops up now and then, but I don't see a > resolution. > > It is well known that limma's vennDiagram() function does a fine job > with > two or three sets, but not four. I have four sets I'd like to > compare. Has > anyone solved this in a nice way? > > Thanks, > > Tom > > _______________________________________________ > Bioconductor mailing list > Bioconductor at stat.math.ethz.ch > https://stat.ethz.ch/mailman/listinfo/bioconductor > Search the archives: > http://news.gmane.org/gmane.science.biology.informatics.conductor >
ADD COMMENT
0
Entering edit mode
The gplots in CRAN also offer 4- and 5-way diagrams. Many greetings Steffen Thomas Girke wrote: > Here is a simple solution for plotting 4-way venn diagrams as > circles or ellipses: > http://faculty.ucr.edu/~tgirke/Documents/R_BioCond/R_BioCondManual.h tml#R_graphics_venn > > Thomas > > On Thu, May 14, 2009 at 09:12:59AM -0400, Thomas Hampton wrote: >> This is an old thread that pops up now and then, but I don't see a >> resolution. >> >> It is well known that limma's vennDiagram() function does a fine job >> with >> two or three sets, but not four. I have four sets I'd like to >> compare. Has >> anyone solved this in a nice way? >> >> Thanks, >> >> Tom >> >> _______________________________________________ >> Bioconductor mailing list >> Bioconductor at stat.math.ethz.ch >> https://stat.ethz.ch/mailman/listinfo/bioconductor >> Search the archives: >> http://news.gmane.org/gmane.science.biology.informatics.conductor >> > > _______________________________________________ > Bioconductor mailing list > Bioconductor at stat.math.ethz.ch > https://stat.ethz.ch/mailman/listinfo/bioconductor > Search the archives: http://news.gmane.org/gmane.science.biology.informatics.conductor
ADD REPLY
0
Entering edit mode
Thanks very much to Steffan and Thomas. I have tried gplots:venn and venndiagram() and both work. One question about Dr. Girke's solution involving circles for a 4 way Venn. Aren't there too few areas inside 4 overlapping circles (13) to get the 15 areas you need for a 4 way? Cheers, Tom On May 14, 2009, at 1:21 PM, Steffen Moeller wrote: > The gplots in CRAN also offer 4- and 5-way diagrams. > Many greetings > Steffen > > Thomas Girke wrote: >> Here is a simple solution for plotting 4-way venn diagrams as >> circles or ellipses: >> http://faculty.ucr.edu/~tgirke/Documents/R_BioCond/ >> R_BioCondManual.html#R_graphics_venn >> >> Thomas >> >> On Thu, May 14, 2009 at 09:12:59AM -0400, Thomas Hampton wrote: >>> This is an old thread that pops up now and then, but I don't see a >>> resolution. >>> >>> It is well known that limma's vennDiagram() function does a fine job >>> with >>> two or three sets, but not four. I have four sets I'd like to >>> compare. Has >>> anyone solved this in a nice way? >>> >>> Thanks, >>> >>> Tom >>> >>> _______________________________________________ >>> Bioconductor mailing list >>> Bioconductor at stat.math.ethz.ch >>> https://stat.ethz.ch/mailman/listinfo/bioconductor >>> Search the archives: >>> http://news.gmane.org/gmane.science.biology.informatics.conductor >>> >> >> _______________________________________________ >> Bioconductor mailing list >> Bioconductor at stat.math.ethz.ch >> https://stat.ethz.ch/mailman/listinfo/bioconductor >> Search the archives: http://news.gmane.org/ >> gmane.science.biology.informatics.conductor >
ADD REPLY
0
Entering edit mode
To generate geometrically correct 4-way venn diagrams you want to use the ellipse version. However, some of our users prefer the circle version because it is easier to navigate. Nevertheless, the latter should only be used if one isn't interested in the 2 missing overlap sectors. That's the only reason why the function provides options for both ellipses and circles. I hope the comment text on the web page points this out in a prominent enough manner to avoid confusions. Thomas On Thu, May 14, 2009 at 02:04:24PM -0400, Thomas Hampton wrote: > Thanks very much to Steffan and Thomas. > > I have tried gplots:venn and venndiagram() and both work. > > One question about Dr. Girke's solution involving > circles for a 4 way Venn. > > Aren't there too few areas inside 4 overlapping circles (13) > to get the 15 areas you need for a 4 way? > > Cheers, > > Tom > > On May 14, 2009, at 1:21 PM, Steffen Moeller wrote: > > >The gplots in CRAN also offer 4- and 5-way diagrams. > >Many greetings > >Steffen > > > >Thomas Girke wrote: > >>Here is a simple solution for plotting 4-way venn diagrams as > >>circles or ellipses: > >>http://faculty.ucr.edu/~tgirke/Documents/R_BioCond/ > >>R_BioCondManual.html#R_graphics_venn > >> > >>Thomas > >> > >>On Thu, May 14, 2009 at 09:12:59AM -0400, Thomas Hampton wrote: > >>>This is an old thread that pops up now and then, but I don't see a > >>>resolution. > >>> > >>>It is well known that limma's vennDiagram() function does a fine job > >>>with > >>>two or three sets, but not four. I have four sets I'd like to > >>>compare. Has > >>>anyone solved this in a nice way? > >>> > >>>Thanks, > >>> > >>>Tom > >>> > >>>_______________________________________________ > >>>Bioconductor mailing list > >>>Bioconductor at stat.math.ethz.ch > >>>https://stat.ethz.ch/mailman/listinfo/bioconductor > >>>Search the archives: > >>>http://news.gmane.org/gmane.science.biology.informatics.conductor > >>> > >> > >>_______________________________________________ > >>Bioconductor mailing list > >>Bioconductor at stat.math.ethz.ch > >>https://stat.ethz.ch/mailman/listinfo/bioconductor > >>Search the archives: http://news.gmane.org/ > >>gmane.science.biology.informatics.conductor > > > >
ADD REPLY

Login before adding your answer.

Traffic: 603 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