Description Usage Arguments Value
Volcano plot from DESeq2Results object
1 2 3 4 5 6 7 | plot_deseq_volcano(
res,
p_co = 0.05,
lfc_co = 2,
p_plot_lim = 5,
lfc_plot_lim = 5
)
|
res |
A DESeq2Results object |
p_co |
A double - the cutoff of adjusted p-value. Default values is |
lfc_co |
A double - the cutoff of log2 fold change. Default values is |
p_plot_lim |
A double - the y-limit of -log10 adjusted p-value. Default value is |
lfc_plot_lim |
A double - the x-limit of log2 fold change plot. Default value is |
A ggplot2 plot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.