multi_venn | R Documentation |
Plot multiple Venn diagrams using output from ezlimma
package. Each is a page in a PDF, and a single table
with all results is invisibly returned.
multi_venn(
tab,
prefix.lst,
p.cutoff = NULL,
fdr.cutoff = NULL,
logfc.cutoff = NULL,
circle.names.lst = prefix.lst,
main.v = "",
name = "multi",
cex = c(1, 1, 1)
)
tab |
Table of output from |
prefix.lst |
A list of |
p.cutoff |
p-value cutoff to threshold features in |
fdr.cutoff |
FDR cutoff to threshold features in |
logfc.cutoff |
log fold-change cutoff to threshold features in |
circle.names.lst |
List of length |
main.v |
Vector of names of length |
name |
Name of file to create. Set to |
cex |
A numerical value giving the amount by which plotting text and symbols should be magnified relative to
the default. See |
One of fdr.cutoff
or p.cutoff
must be given. If both are given, only fdr.cutoff
is used.
logfc.cutoff
if given is used in addition to these.
"_venn.pdf"
is appended to name
.
If main.v==""
and names(prefix.lst)
is not NULL
, main.v
is assigned
names(prefix.lst)
.
Invisibly, a matrix with elements -1, 0, 1
indicating which features (rows) of tab
were significant
with specified cutoffs. 0 indicates no significant change; -1 indicates down; and 1 indicates up if corresponding
logFC
columns are found, otherwise 1 indicates significance.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.