Abstract
Background
In many genomics projects, numerous lists containing biological identifiers are produced. Often it is useful to see the overlap between different lists, enabling researchers to quickly observe similarities and differences between the data sets they are analyzing. One of the most popular methods to visualize the overlap and differences between data sets is the Venn diagram: a diagram consisting of two or more circles in which each circle corresponds to a data set, and the overlap between the circles corresponds to the overlap between the data sets. Venn diagrams are especially useful when they are 'area-proportional' i.e. the sizes of the circles and the overlaps correspond to the sizes of the data sets. Currently there are no programs available that can create area-proportional Venn diagrams connected to a wide range of biological databases.
Results
We designed a web application named BioVenn to summarize the overlap between two or three lists of identifiers, using area-proportional Venn diagrams. The user only needs to input these lists of identifiers in the textboxes and push the submit button. Parameters like colors and text size can be adjusted easily through the web interface. The position of the text can be adjusted by 'drag-and-drop' principle. The output Venn diagram can be shown as an SVG or PNG image embedded in the web application, or as a standalone SVG or PNG image. The latter option is useful for batch queries. Besides the Venn diagram, BioVenn outputs lists of identifiers for each of the resulting subsets. If an identifier is recognized as belonging to one of the supported biological databases, the output is linked to that database. Finally, BioVenn can map Affymetrix and EntrezGene identifiers to Ensembl genes.
Conclusion
BioVenn is an easy-to-use web application to generate area-proportional Venn diagrams from lists of biological identifiers. It supports a wide range of identifiers from the most used biological databases currently available. Its implementation on the World Wide Web makes it available for use on any computer with internet connection, independent of operating system and without the need to install programs locally. BioVenn is freely accessible at http://www.cmbi.ru.nl/cdd/biovenn/.
Similar content being viewed by others
Background
In many genomics projects and other projects handling large amounts of biological data, various lists containing biological identifiers are produced, corresponding to e.g. sets of genes regulated under different treatments. Often, it is useful to see the overlap between these lists. This enables researchers to quickly observe similarities and differences between the data sets they are analyzing. One of the most popular methods to visualize the overlap and differences between data sets is the Venn diagram, named by its inventor John Venn [1]. A large number of different types of Venn diagrams exist, the most popular being the three-circle Venn diagram, used to visualize the overlap between three data sets. In such a diagram, the size of the circle can be used to represent the size of the corresponding data set. This is called an area-proportional Venn diagram [2]. Venn diagrams have been used recently to visualize gene lists [3, 4]. However, these applications generate diagrams with circles of equal size.
There are some computer programs available that generate area-proportional Venn Diagrams, either as rectangles [5] or as polygons [6]. Drawback of these programs is that they need to be downloaded and run locally, limiting their use by a wide community. There is also the Google Chart API [7], which can generate circular, area-proportional Venn Diagrams, but can only have three numbers as input, and cannot do any calculations to obtain these three numbers. There is currently no web application available that can generate circular, area-proportional Venn diagrams connected to a wide range of biological databases, and can map different kinds of IDs to genes. In this article, we present a web application named BioVenn which can generate circular, area-proportional Venn diagrams just by entering two or three lists of biological IDs. IDs that can be recognized by BioVenn as belonging to a certain database, are linked to that database. BioVenn currently supports cross-references to Affymetrix [8], COG [9], Ensembl [10], EntrezGene [11], Gene Ontology [12], InterPro [13], IPI [14], KEGG Pathway [15], KOG [16], PhyloPat [17] and RefSeq [18]. BioVenn is based on a previous version [19], which has been used in several scientific publications to visualize sets and their overlapping areas [20–22].
Methods
Construction of the Venn diagrams
The PHP script that calculates the proportions of the Venn diagram, including the overlap between the circles, was written using information from the Wolfram MathWorld website [23, 24]. It calculates the distance between the centers of each pair of circles (X-Y, X-Z and Y-Z), taking into account the size of each circle and the size of the overlap between the two circles. Then the three circles are put together by adjusting the angles between the three circles (Fig. 1), which are 60° for circles of the same size.
The input page
The input page (Fig. 2) offers some parameters for easy input of the data, as well as some formatting options. A title and subtitle can be entered, as well as their font type and font size. Each of the ID sets can be given their own name, so that the user can immediately see which part of the output corresponds to which input list. The user can also choose to print the numbers of IDs in the Venn diagram, as either absolute numbers or percentages of the total number. All of these textual parameters can be given their own color using a dropdown menu containing eighteen colors.
The second part of the input page has two input options for each of the three ID sets: a copy-and-paste input field and a file input field. BioVenn will automatically remove any duplicate IDs. The default colors of sets 1, 2 and 3 are red, green and blue, but the user can choose to select different colors, again by using a dropdown menu. If one of the three ID set input fields is left empty, BioVenn will generate a diagram of only two circles.
In the lower part of the input page, the user can pick a background color, or choose for background transparency. The user can also change the total width and height of the output SVG image. The "Create Embedded SVG" button generates an SVG image embedded in the HTML page, whereas the "Create SVG Only" button sends the SVG image directly to the browser. The latter option is especially useful for batch queries. Instead of SVG, the user can choose to display the Venn diagram as a (non-clickable) PNG image. The "Reset" button puts all parameters back to the current image, and the "Full Reset" button puts them back to default. Finally, there is a link to an example generated by a small number of Affymetrix IDs, for those who want to see a sample Venn diagram immediately. This link also shows how a Venn diagram can be created by entering the ID lists (plus titles and other parameters) in the URL, e.g. http://www.cmbi.ru.nl/cdd/biovenn/index.php?set_x_url=id1+id2+id3&set_y_url=id3+id4+id5&set_z_url=id5+id6+id1&title=BioVenn&subtitle=Example+diagram. IDs are recognized automatically where possible, but the user can also choose from a dropdown list which type of IDs is used as input. BioVenn offers an optional mapping from Affymetrix IDs and EntrezGene IDs to Ensembl Gene IDs (version 50) for the species H. sapiens, M. musculus and R. norvegicus, for researchers that want to do a gene-based comparison from expression data.
Results & Discussion
The output Venn diagram
The BioVenn output (Fig. 3) consists of an SVG or PNG image of two or three circles, in which each circle represents one of the ID sets used as input. The size of the circle corresponds with the number of unique IDs in that specific set. The overlap of each two circles also corresponds with the number of IDs belonging to both of the sets represented by these circles. The overlap between all three circles (XYZ overlap) is also shown, but due to mathematical reasons (more degrees of freedom are needed) the size of this overlap cannot always correspond exactly with the number it represents, as noticed by several mathematics studies [2, 25]. However, in many cases creating the right two-circle overlaps will also give the correct three-circle overlap. In the SVG image, the position of the titles, numbers and percentages (if enabled) can be adjusted by drag-and-drop. When using one of the newer SVG plugins, users have some extra options, such as zooming in and out or moving the diagram around.
Image statistics
Below the SVG or PNG image, the numbers belonging to the currently shown image are displayed (Fig. 4). Clicking on one of these numbers opens a popup window with the corresponding list of IDs. If the type of ID is recognized as (or defined by the user as) Affymetrix, COG, Ensembl, EntrezGene, Gene Ontology, InterPro, IPI, KEGG Pathway, KOG, PhyloPat or RefSeq ID, the ID will be linked to the database page with more information about that ID.
Conclusion
BioVenn is an easy-to-use web application to generate area-proportional Venn diagrams from lists of biological identifiers. It supports a wide range of identifiers from the most used biological databases currently available. Its implementation on the World Wide Web makes it available for use on any computer with internet connection, independent of operating system and without the need to install programs locally.
Availability & requirements
BioVenn is freely available at http://www.cmbi.ru.nl/cdd/biovenn/ and has been tested extensively in Internet Explorer and Mozilla Firefox. For browsers that do not have native SVG support, a free SVG plugin can be downloaded from either http://www.adobe.com/svg/viewer/install/mainframed.html (Adobe SVG Viewer) or http://www.examotion.com/index.php?id=product_player_download (RENESIS Player).
Abbreviations
- COG:
-
Clusters of Orthologous Groups of proteins
- IPI:
-
International Protein Index
- KEGG:
-
Kyoto Encyclopedia of Genes and Genomes
- KOG:
-
euKaryotic Orthologous Groups of proteins
- SVG:
-
Scalable Vector Graphics.
References
Venn J: On the Diagrammatic and Mechanical Representation of Propositions and Reasonings. Philosophical Magazine and Journal of Science. 1880, 9 (59): 1-18.
Chow S, Ruskey F: Drawing Area-Proportional Venn and Euler Diagrams. Graph Drawing. 2004, Berlin/Heidelberg: Springer, 2912: 466-477.
VENNY. An interactive tool for comparing lists with Venn Diagrams. [http://bioinfogp.cnb.csic.es/tools/venny/]
Pirooznia M, Nagarajan V, Deng Y: GeneVenn – A web application for comparing gene lists using Venn diagrams. Bioinformation. 2007, 1 (10): 420-422.
DrawVenn. [http://apollo.cs.uvic.ca/euler/DrawVenn/]
Kestler HA, Muller A, Gress TM, Buchholz M: Generalized Venn diagrams: a new method of visualizing complex genetic set relations. Bioinformatics. 2005, 21 (8): 1592-1595.
Google Chart API. [http://code.google.com/apis/chart]
Yap G: Affymetrix, Inc. Pharmacogenomics. 2002, 3 (5): 709-711.
Tatusov RL, Galperin MY, Natale DA, Koonin EV: The COG database: a tool for genome-scale analysis of protein functions and evolution. Nucleic Acids Res. 2000, 28 (1): 33-36.
Flicek P, Aken BL, Beal K, Ballester B, Caccamo M, Chen Y, Clarke L, Coates G, Cunningham F, Cutts T: Ensembl 2008. Nucleic Acids Res. 2008, D707-714. 36 Database
Maglott D, Ostell J, Pruitt KD, Tatusova T: Entrez Gene: gene-centered information at NCBI. Nucleic Acids Res. 2007, D26-31. 35 Database
Ashburner M, Ball CA, Blake JA, Botstein D, Butler H, Cherry JM, Davis AP, Dolinski K, Dwight SS, Eppig JT: Gene ontology: tool for the unification of biology. The Gene Ontology Consortium. Nat Genet. 2000, 25 (1): 25-29.
Apweiler R, Attwood TK, Bairoch A, Bateman A, Birney E, Biswas M, Bucher P, Cerutti L, Corpet F, Croning MD: The InterPro database, an integrated documentation resource for protein families, domains and functional sites. Nucleic Acids Res. 2001, 29 (1): 37-40.
Kersey PJ, Duarte J, Williams A, Karavidopoulou Y, Birney E, Apweiler R: The International Protein Index: an integrated database for proteomics experiments. Proteomics. 2004, 4 (7): 1985-1988.
Ogata H, Goto S, Sato K, Fujibuchi W, Bono H, Kanehisa M: KEGG: Kyoto Encyclopedia of Genes and Genomes. Nucleic Acids Res. 1999, 27 (1): 29-34.
Tatusov RL, Fedorova ND, Jackson JD, Jacobs AR, Kiryutin B, Koonin EV, Krylov DM, Mazumder R, Mekhedov SL, Nikolskaya AN: The COG database: an updated version includes eukaryotes. BMC Bioinformatics. 2003, 4: 41-
Hulsen T, de Vlieg J, Groenen PM: PhyloPat: phylogenetic pattern analysis of eukaryotic genes. BMC Bioinformatics. 2006, 7: 398-
Pruitt KD, Tatusova T, Maglott DR: NCBI reference sequences (RefSeq): a curated non-redundant sequence database of genomes, transcripts and proteins. Nucleic Acids Res. 2007, D61-65. 35 Database
VennDiagram.tk. [http://www.venndiagram.tk]
Nordstrom A, Want E, Northen T, Lehtio J, Siuzdak G: Multiple ionization mass spectrometry strategy used to reveal the complexity of metabolomics. Anal Chem. 2008, 80 (2): 421-429.
Alexandersson E, Gustavsson N, Bernfur K, Kjellbom P, Larsson C: Plasma Membrane Proteomics. Plant Proteomics. Edited by: Šamaj J, Thelen JJ. 2007, Springer Berlin Heidelberg, 186-206.
Nitterus K, Astrom M, Gunnarsson B: Commercial harvest of logging residue in clear-cuts affects the diversity and community composition of ground beetles (Coleoptera: Carabidae). Scandinavian Journal of Forest Research. 2007, 22 (3): 231-240.
"Circle-Circle Intersection." From MathWorld – A Wolfram Web Resource. [http://mathworld.wolfram.com/Circle-CircleIntersection.html]
"Venn Diagram." From MathWorld – A Wolfram Web Resource. [http://mathworld.wolfram.com/VennDiagram.html]
Chow S, Rodgers P: Constructing area-proportional venn and euler diagrams with three circles. Euler Diagrams Workshop. 2005
Acknowledgements
This work was part of BioRange project SP3.2.2 of the Netherlands Bioinformatics Centre (NBIC).
Author information
Authors and Affiliations
Corresponding author
Additional information
Authors' contributions
TH participated in the design of the study, built the application, and drafted the manuscript
JdV participated in the design of the study
WA participated in the design of the study and helped to draft the manuscript
Authors’ original submitted files for images
Below are the links to the authors’ original submitted files for images.
Rights and permissions
This article is published under license to BioMed Central Ltd. This is an Open Access article distributed under the terms of the Creative Commons Attribution License (http://creativecommons.org/licenses/by/2.0), which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.
About this article
Cite this article
Hulsen, T., de Vlieg, J. & Alkema, W. BioVenn – a web application for the comparison and visualization of biological lists using area-proportional Venn diagrams. BMC Genomics 9, 488 (2008). https://doi.org/10.1186/1471-2164-9-488
Received:
Accepted:
Published:
DOI: https://doi.org/10.1186/1471-2164-9-488