plotMAVoc2 | R Documentation |
Plot MA plot or volcano plot
plotMAVoc2(
mean,
logfc,
adj.P.Val,
refDE = NULL,
FC = 0,
padjT = 0.05,
psize = 1,
title = "",
MA = FALSE
)
mean |
vector |
logfc |
vector |
adj.P.Val |
vector |
refDE |
vector known real DE annotation: raw, Up, and Down |
FC |
numeric, draw logFC line with given FC value |
psize |
numeric, adjust the point size |
title |
string, the title of plot |
MA |
logical, if is true, MA plot. else, volcano plot |
padj |
numeric, filter the DE peaks with padj vlaue |
p2 ggplot
bv = getVB(count, fit0, design)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.