- sample_gene
Dataframe: All genes in all samples expression dataframe of RNA-Seq (1st-col: Genes, 2nd-col~: Samples).
- group_sample
Dataframe: Samples and groups for gene expression (1st-col: Samples, 2nd-col: Groups).
- xPC
Numeric: PC index at x axis. Default: 1, options: 1, 2, 3, ...
- yPC
Numeric: PC index at y axis. Default: 2, options: 2, 3, 4, ...
- multi_shape
Logical: groups as shapes. Default: TRUE, options: TRUE, FALSE.
- point_size
Numeric: PCA plot point size. Default: 5, min: 0.
- point_alpha
Numeric: point color alpha. Default: 0.80, min: 0.00, max: 1.00.
- text_size
Numeric: PCA plot annotation size. Default: 5, min: 0.
- fill_alpha
Numeric: ellipse fill color alpha. Default: 0.10, min: 0.00, max: 1.00.
- border_alpha
Numeric: ellipse border color alpha. Default: 0.10, min: 0.00, max: 1.00.
- 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".
- legend_pos
Character: legend position. Default: "right", options: "none", "left", "right", "bottom", "top".
- legend_dir
Character: legend director. Default: "vertical", options: "horizontal", "vertical".
- ggTheme
Character: ggplot2 theme. Default: "theme_light", options: "theme_default", "theme_bw", "theme_gray", "theme_light", "theme_linedraw", "theme_dark", "theme_minimal", "theme_classic", "theme_void".