- data
Dataframe: differentially expressed genes (DEGs) stats 2 (1st-col: Gene, 2nd-col: baseMean, 3rd-col: Log2FoldChange, 4th-col: FDR).
- foldchange
Numeric: fold change value. Default: 1.0, min: 0.0, max: null.
- fdr_value
Numeric: false discovery rate. Default: 0.05, min: 0.00, max: 1.00.
- point_size
Numeric: point size. Default: 1.0, min: 0.0, max: null.
- color_up
Character: up-regulated genes color (color name or hex value). Default: "#FF0000".
- color_down
Character: down-regulated genes color (color name or hex value). Default: "#008800".
- color_alpha
Numeric: point color alpha. Default: 0.50, min: 0.00, max: 1.00.
- top_method
Character: top genes select method. Default: "fc" (fold change), options: "padj" (p-adjust), "fc".
- top_num
Numeric: top genes number. Default: 20, min: 0, max: null.
- label_size
Numeric: label font size. Default: 8.00, min: 0.00, max: null.
- label_box
Logical: add box to label. Default: TRUE, options: TRUE, FALSE.
- title
Character: plot title. Default: "CT-vs-Trait1".
- xlab
Character: x label. Default: "Log2 mean expression".
- ylab
Character: y label. Default: "Log2 fold change".
- ggTheme
Character: ggplot2 themes. Default: "theme_light", options: "theme_default", "theme_bw", "theme_gray", "theme_light", "theme_linedraw", "theme_dark", "theme_minimal", "theme_classic", "theme_void"