arseq.volcano.plot: Volcano Plot

Description Usage Arguments Value Examples

View source: R/arseq.volcano.plot.R

Description

Volcano plot of the differentially expressed genes.

Usage

1
arseq.volcano.plot(deg, pCutoff = 0.01)

Arguments

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.

Value

Volcano plot

Examples

1
2
3
4
## Not run: 
volcano.plot <- arseq.volcano.plot (example_deg)

## End(Not run)

ajitjohnson/arseq documentation built on Oct. 28, 2021, 3:53 a.m.