- 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).
- R_cutofff
Numeric: Rsquare cutoff. Default: 0.85, min: 0.00, max: 1.00.
- max_block
Numeric: max block size. Default: 5000.
- min_module
Numeric: min module gene number. Default: 20.
- network_type
Character: network type. Default: "unsigned", options: "unsigned", "signed", "signed hybrid".
- merge_cutoff
Numeric: merge modules cutoff. Default: 0.15.
- cor_type
Character: correlation type. Default: "pearson", options: "pearson", "bicor".
- na_color
Character: NA value color (color name or hex value). Default: "#cdcdcd".
- xlab_angle
Numeric: X axis lable angle. Default: 45, min: 0, max: 360.
- text_size
Numeric: cell text size. Default: 0.7, min: 0, max: NULL.