Description Usage Arguments Value Examples
View source: R/arseq.volcano.plot.R
Volcano plot of the differentially expressed genes.
1 | arseq.volcano.plot(deg, pCutoff = 0.01)
|
deg |
Differentially expressed genes returned by DESeq2 analysis |
pCutoff |
Cut-off for statistical significance. A horizontal line will be drawn at -log10(pCutoff). DEFAULT = 0.01. OPTIONAL. |
Volcano plot
1 2 3 4 | ## Not run:
volcano.plot <- arseq.volcano.plot (example_deg)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.