- data
Dataframe: All genes in all samples expression dataframe of RNA-Seq (1st-col: Genes, 2nd-col~: Samples).
- corr_method
Character: correlation method. Default: "pearson", options: "pearson", "spearman", "kendall".
- cell_shape
Character: heatmap cell shape. Default: "square", options: "circle", "square".
- fill_type
Character: heatmap fill type. Default: "full", options: "upper", "low", "full".
- lable_size
Numeric: heatmap label size. Default: 3, min: 0.
- axis_angle
Numeric: axis rotate angle. Default: 45, min: 0, max: 360.
- axis_size
Numberic: axis font size. Default: 12, min: 0.
- lable_digits
Numeric: heatmap label digits. Default: 3, min: 0, max: 3.
- color_low
Character: low value color name or hex value. Default: "blue".
- color_mid
Character: middle value color name or hex value. Default: "white".
- color_high
Character: high value color name or hex value. Default: "red".
- outline_color
Character: outline color name or hex value. Default: "white".
- 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".