doVennDiagram {ABarray}R Documentation

Create Venn Diagram

Description

Create Venn diagram from lists.

Usage

doVennDiagram(a, b, c = NULL, names, ...)

Arguments

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

Details

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.

Value

A plot of Venn diagram

Author(s)

Yongming Sun

References

Bioconductor limma package.

Examples






[Package ABarray version 1.4.2 Index]