(function(doc, html, url) { var widget = doc.createElement("div"); widget.innerHTML = html; var script = doc.currentScript; // e = a.currentScript; if (!script) { var scripts = doc.scripts; for (var i = 0; i < scripts.length; ++i) { script = scripts[i]; if (script.src && script.src.indexOf(url) != -1) break; } } script.parentElement.replaceChild(widget, script); }(document, '

Create Venn diagrams with the correct size, in R or Python

What is it about?

This article describes how you can create Venn diagrams with the correct circle and overlap size. This application is now available in the programming languages R and Python, besides the web interface at https://www.biovenn.nl, which has been available since 2007. Input can be any list of identifiers, with built-in support for mapping of biological identifiers.

Why is it important?

Area-proportional diagrams are really useful for the visualization of overlap and uniqueness between datasets. The mapping of biological identifiers is extra functionality compared to other tools, as well as the drag-and-drop of text and numbers in SVG mode.

Read more on Kudos…
The following have contributed to this page:
Tim Hulsen
' ,"url"));