Description Usage Arguments Details Value Author(s) References
Create Venn diagram from lists.
1 | doVennDiagram(a, b, c = NULL, names, ...)
|
a |
a vector of first list |
b |
a vector of second list |
c |
a vector of third list, optional |
names |
a vector for the name of the set |
... |
additional graphical parameter |
The funciton will create Venn diagram. If two lists (a and b) are provided, two-way Venn diagram will produced. If three lists (a, b, and c) are provided, three-way Venn diagram will be produced.
This function depends on some functions of limma package, and is derived from limma package.
A plot of Venn diagram
Yongming Sun
Bioconductor limma package.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.