- data
Dataframe: differentially expressed genes (DEGs) stats (1st-col: Genes, 2nd-col: log2FoldChange, 3rd-col: Pvalue, 4th-col: FDR).
- title
Character: title of plot. Default: CT-vs-LT12.
- log2fc_cutoff
Numeric: log2(FoldChange) cutoff log2(2) = 1. Default: 1.0, min: 0.0, max: null.
- pq_value
Character: select pvalue or qvalue. Default: "pvalue", options: "pvalue", "padj".
- pq_cutoff
Numeric: pvalue or qvalue cutoff. Default: 0.005, min: 0.000, max: 1.000.
- cutoff_line
Character: cutoff line type. Default: "longdash", options: "blank", "solid", "dashed", "dotted", "dotdash", "longdash", "twodash".
- point_shape
Character: point shape. Default: "large_circle", options: "border_square", "border_circle", "border_triangle", "plus", "times", "border_diamond", "border_triangle_down", "square_times", "plus_times", "diamond_plus", "circle_plus", "di_triangle", "square_plus", "circle_times","square_triangle", "fill_square", "fill_circle", "fill_triangle", "fill_diamond", "large_circle", "small_circle", "fill_border_circle", "fill_border_square", "fill_border_diamond", "fill_border_triangle".
- point_size
Numeric: point size. Default: 1.0, min: 0.0, max: null.
- point_alpha
Numeric: point color alpha. Default: 0.50, min: 0.00, max: 1.00.
- color_normal
Character: normal genes color (color name or hex value). Default: "#888888".
- color_log2fc
Character: genes color that log2fc >= log2fc_cutoff. Default: "#008000".
- color_pvalue
Character: genes color that pvalue > pq_cutoff. Default: "#0088ee".
- color_Log2fc_p
Character: genes color that log2fc >= log2fc_cutoff and pvalue > pq_cutoff. Default: "#ff0000".
- label_size
Numeric: DEG labels size. Default: 3.0, min: 0.0, max: null.
- boxed_labels
Logical: add box to every DEG label. Default: FALSE.
- draw_connectors
Logical: add connector between DEGs and labels. Default: FALSE.
- legend_pos
Character: legend position. Default: "right", options: "right", "left", "top", "bottom".