Additive Genetic Model¶
Definition
AI-generated
The additive model codes genotype as the count of a reference allele (0, 1, 2) and assumes the phenotype mean shifts linearly with that count—each additional allele changes risk or trait mean by the same amount on the modeled scale.
Topics
Why it matters in GWAS¶
Standard SNP GWAS almost always tests an additive effect; dominance or recessive modes require separate parameterizations or grouping and have lower power under most architectures.
Example usage¶
"Primary GWAS association tests assumed an additive genetic model, coding dosage as 0/1/2 copies of the effect allele."
Related terms¶
References¶
- GWASTutorial: Association tests.
Last updated (UTC · Git history)