- data
Dataframe: Shared degs of all paired comparisons in all groups expression dataframe of RNA-Seq. (1st-col: Genes, 2nd-col~n-1-col: Groups, n-col: Pathways).
- scale_method
Character: data scale methods. Default: "globalminmax" (global min and max values), options: "std" (standard), "robust", "uniminmax" (unique min and max values), "globalminmax", "center", "centerObs" (center observes).
- miss_value
Character: deal method for missing values. Default: "exclude", options: "exclude", "mean", "median", "min10", "random".
- line_alpha
Numeric: lines color alpha. Default: 0.50, min: 0.00, max: 1.00.
- show_points
Logical: show points at trait node. Default: TRUE, options: TRUE, FALSE.
- show_boxplot
Logical: show boxplot at trait node. Default: TRUE, options: TRUE, FALSE.
- num_column
Logical: column number. Default: 2, min: 1, max: null.
- xlab
Character: x label. Default: "Traits".
- ylab
Character: y label. Default: "Genes Expression".
- sci_fill_color
Character: ggsci color pallet. Default: "Sci_AAAS", options: "Sci_AAAS", "Sci_NPG", "Sci_Simpsons", "Sci_JAMA", "Sci_GSEA", "Sci_Lancet", "Sci_Futurama", "Sci_JCO", "Sci_NEJM", "Sci_IGV", "Sci_UCSC", "Sci_D3", "Sci_Material".
- sci_fill_alpha
Numeric: ggsci fill color alpha. Default: 0.50, min: 0.00, max: 1.00.
- sci_color_alpha
Numeric: ggsci border color alpha. Default: 1.00, min: 0.00, max: 1.00.
- legend_pos
Character: legend position. Default: "right", options: "none", "left", "right", "bottom", "top".
- legend_dir
Character: legend direction. Default: "vertical", options: "horizontal", "vertical".
- 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"