ezvenn | R Documentation |
Venn diagrams using output from ezlimma
package.
ezvenn(
tab,
prefix.v = NULL,
p.cutoff = NULL,
fdr.cutoff = NULL,
logfc.cutoff = NULL,
include = c("up", "down"),
circle.names = prefix.v,
main = "",
name = NA,
cex = c(1, 1, 1),
plot = TRUE
)
tab |
Table of output from |
prefix.v |
A vector of prefixes that prefix |
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 |
include |
Character vector. If |
circle.names |
Vector of circle names corresponding to |
main |
Main title of plot. |
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 |
plot |
Logical; should plot be generated? |
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
.
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.