Researchers can now set a new setting in the input file called the **multiple_correction_method**, which is used in statistical evaluation of significant genes. Default is `fdr_bh`. Must be one of the following:
- `bonferroni`: one-step correction
- `sidak`: one-step correction
- `holm-sidak`: step down method using Sidak adjustments
- `holm`: step-down method using Bonferroni adjustments
- `simes-hochberg`: step-up method (independent)
- `hommel`: closed method based on Simes tests (non-negative)
- `fdr_bh`: Benjamini/Hochberg (non-negative)
- `fdr_by`: Benjamini/Yekutieli (negative)
- `fdr_tsbh`: two stage fdr correction (non-negative)
- `fdr_tsbky`: two stage fdr correction (non-negative)
Also refer to: Also refer to: https://www.statsmodels.org/dev/generated/statsmodels.stats.multitest.multipletests.html#statsmodels.stats.multitest.multipletests