plot_ma | R Documentation |
Plot mean normalized counts and fold changes in an interactive MA-plot
plot_ma(
res,
signif = 0.05,
baseMean = 10000,
foldchange = 2,
radius = 3,
size = 1,
alpha = 0.3,
sig_alpha = TRUE,
ylab = "Log2 Fold Change",
ggplot = TRUE,
...
)
res |
Annotated DESeq results table from results_all |
signif |
significance level, default 0.05 |
baseMean |
normalized count cutoff for labeling points, default 10000 |
foldchange |
absolute value of log2 fold change cutoff for labeling points, default 2 |
radius |
highchart point size, default 3 |
size |
ggplot point size, default 1 |
alpha |
ggplot alpha transparency, default 0.3 |
sig_alpha |
use transparency for significant genes, default TRUE |
ylab |
y-axis label |
ggplot |
plot ggplot version |
... |
other options like width passed to |
A highchart or ggplot. Only points above the baseMean or log2 fold change cutoffs have mouseover labels.
Chris Stubben
plot_ma(pasilla$results, ggplot=TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.