Are other packages for doing Venn diagrams in R besides the limma package.
Anyone got tips?
Here's some notes on doing Venn diagrams with the limma packages.
Are other packages for doing Venn diagrams in R besides the limma package.
Anyone got tips?
Here's some notes on doing Venn diagrams with the limma packages.
This comes very late but it might useful for others searching for an answer: VennDiagram, on CRAN here.
It allows multiple sets (four sets for venn, 3 sets for Euler diagrams), customizable colours and fonts, simple syntax and and best of all the size of the circles is proportional to the size of the data sets (at least when comparing 2 data sets). To install:
For those using bioconductor packages and working with genomic coordinates, recently vennDiagram was implemented in the package ChIPpeakAnno (version 2.5.12) and allows pretty intersections of Genomic coordinates of, for instance, Chip-seq peaks. For early adopters you might need to install the development package.
I would recommend the package VennDiagram: http://cran.r-project.org/web/packages/VennDiagram/VennDiagram.pdf
On pake 19 you will find 10 pakes of very good examples (both advanced and simplified ones). As of yet I have not found anything that it can't do that I need it to do.
Here is reference to another version for 3-variable data: http://elliotnoma.wordpress.com/2011/02/09/venn-diagram/
The code is also available in the package colorfulVennPlot: http://cran.r-project.org/web/packages/colorfulVennPlot/index.html
There is Vennerable package on R-forge.
The venn function in the gplots package is also useful if you need to create Venn Diagram of 4/5 sets.
List of Venn Diagram packages:
bvenn
colorfulVennPlot