- data
Dataframe: Shared degs of all paired comparisons in all samples expression dataframe of RNA-Seq. (1st-col: Genes, 2nd-col~: Samples).
- low_color
Character: min value color (color name or hex value). Default: "#0000ff".
- mid_color
Character: middle value color (color name or hex value). Default: "#ffffff".
- high_color
Character: high value color (color name or hex value). Default: "#ff0000".
- gap_size
Numeric: heatmap gap size. Default: 25, min: 0.
- cluster_run
Logical: running cluster algorithm. Default: TRUE, options: TRUE, FALSE.
- cluster_method
Character: cluster methods. Default: "complete", options: "ward.D", "ward.D2", "single", "complete", "average", "mcquitty", "median", "centroid".
- distance_method
Character: distance methods. Default: "euclidean", options: "euclidean", "maximum", "manhattan", "canberra", "binary", "minkowski".
- dend_show
Character: control dendgram display and position. Default: "inside", options: "none", "outside", "inside".
- dend_height
Numeric: dendgram height. Default: 0.20, min: 0.00, max: 0.50.
- track_height
Numeric: heatmap track height. Default: 0.30, min: 0.00, max: 0.50.
- rowname_show
Character: control rownames display and position. Hind first rowname by running rownames(data). Default: "outside", options: "none", "outside", "inside".
- rowname_size
Numeric: rowname font size. Default: 0.80, min: 0.10, max: 10.00.