- data
Dataframe: Shared DEGs of all paired comparisons in all samples expression dataframe of RNA-Seq. (1st-col: Genes, 2nd-col~: Samples).
- dist_method
Character: distance measure method. Default: "euclidean", options: "euclidean", "maximum", "manhattan", "canberra", "binary" or "minkowski".
- hc_method
Character: hierarchical clustering method. Default: "average", options: "ward.D", "ward.D2", "single", "complete","average" (= UPGMA), "mcquitty" (= WPGMA), "median" (= WPGMC) or "centroid" (= UPGMC).
- k_num
Numeric: the number of groups for cutting the tree. Default: 5.
- show_rownames
Logical: boolean specifying if column names are be shown. Default: FALSE, options: TRUE or FALSE.
- palette
Character: color palette used in heatmap. Default: "RdBu", options: 'Spectral', 'BrBG', 'PiYG', 'PRGn', 'PuOr', 'RdBu', 'RdGy', 'RdYlBu', 'RdYlGn'.
- cluster_pal
Character: color palette used for the cluster. Default: "Set1", options: 'Set1', 'Set2', 'Set3', 'Accent', 'Dark2', 'Paired', 'Pastel1', 'Pastel2'.
- border_color
Character: cell border color (color name or hex value). Default: "#ffffff".
- angle_col
Numeric: angle of the column labels. Default: 45.
- label_size
Numeric: fontsize for the plot. Default: 10, min: 0.
- base_size
Numeric: base font size. Default: 12, min: 0.
- line_color
Character: trend lines color. Default: "#0000cd".
- line_alpha
Numeric: trend lines alpha. Default: 0.20, min: 0.00, max: 1.00.
- summary_color
Charater: summary line color. Default: "#0000cd".
- summary_alpha
Numeric: summary line alpha. Default: 0.80, min: 0.00, max: 1.00.