False Discovery Rate (FDR)¶
Definition
AI-generated
The false discovery rate is the expected proportion of false positives among rejected null hypotheses.
Topics
Why it matters in GWAS¶
Variant-level analysis usually targets genome-wide significance; FDR is common for gene-level, pathway, eQTL-style, or secondary screens where many correlated tests need interpretable discovery lists rather than a single strict α.
Example usage¶
"We reported genes with MAGMA FDR < 0.05 and pathways with Benjamini–Hochberg FDR 5%."
Related terms¶
References¶
- Benjamini Y, Hochberg Y. (1995). Controlling the false discovery rate: a practical and powerful approach to multiple testing. J R Stat Soc B.
Last updated (UTC · Git history)