Inferensys

Glossary

Genetic Architecture

The comprehensive characterization of the number, frequency, and effect size distribution of causal genetic variants underlying a complex trait, which informs the choice of the optimal PRS method.
Architect reviewing LLM integration architecture on laptop, system diagrams visible, modern technical office setup.
DEFINITION

What is Genetic Architecture?

The comprehensive characterization of the number, frequency, and effect size distribution of causal genetic variants underlying a complex trait.

Genetic architecture is the comprehensive characterization of the number, frequency, and effect size distribution of causal genetic variants underlying a complex trait. It defines the genetic blueprint of a phenotype, specifying whether risk is driven by a few rare variants of large effect or thousands of common variants with small, additive contributions.

Understanding genetic architecture directly informs the choice of the optimal polygenic risk score (PRS) method. For traits with highly polygenic architectures, Bayesian methods like LDpred2 or PRS-CS are preferred, while sparse architectures may be adequately modeled by LASSO regression or clumping and thresholding (C+T). This characterization relies on SNP heritability estimates and the inferred distribution of effect sizes from genome-wide association studies (GWAS).

FUNDAMENTAL PARAMETERS

Core Components of Genetic Architecture

The comprehensive characterization of the number, frequency, and effect size distribution of causal genetic variants underlying a complex trait, which informs the choice of the optimal PRS method.

01

Number of Causal Variants (Polygenicity)

The total count of independent genetic loci that exert a non-zero effect on a complex trait. Polygenicity quantifies how many distinct regions of the genome contribute to phenotypic variance.

  • High polygenicity: Traits influenced by thousands to tens of thousands of variants (e.g., height, schizophrenia)
  • Low polygenicity: Traits dominated by a handful of moderate-to-large effect loci (e.g., age-related macular degeneration)
  • Directly determines whether sparse methods like LASSO or dense methods like LDpred2 are more appropriate
  • Estimated from GWAS using techniques like LD Score regression or BayesS
~100k+
Causal variants for height
5-10
Major loci for AMD
02

Effect Size Distribution

The statistical distribution characterizing the magnitude of each causal variant's contribution to the phenotype. This distribution fundamentally shapes which PRS method will achieve optimal prediction.

  • Infinitesimal model: All variants have tiny, non-zero effects — best captured by Bayesian shrinkage methods like PRS-CS
  • Non-infinitesimal (sparse): A mixture of null and larger-effect variants — suited for clumping and thresholding or LDpred2 with a point-normal prior
  • Negative selection: Variants with larger effects tend to be rarer due to purifying selection, creating an inverse relationship between minor allele frequency (MAF) and effect size
  • The SNP heritability attributable to each MAF bin reveals the trait's allelic architecture
~70%
SNP heritability from common variants (height)
03

Minor Allele Frequency (MAF) Spectrum

The distribution of causal variant frequencies across the allele frequency spectrum, from rare (MAF < 1%) to common (MAF > 5%). This spectrum determines the type of genotyping or sequencing data required for adequate PRS performance.

  • Common variant architecture: Most heritability concentrated in variants with MAF > 5%, well-tagged by standard GWAS arrays and imputation panels
  • Rare variant architecture: Substantial heritability from low-frequency (0.5% < MAF < 5%) or rare (MAF < 0.5%) variants, requiring whole-exome or whole-genome sequencing
  • Allelic heterogeneity: Multiple rare variants at the same gene can collectively mimic a common variant signal in GWAS
  • The MAF-effect size relationship informs whether imputation accuracy at rare variants will limit PRS transferability
MAF > 5%
Common variant threshold
MAF < 0.5%
Rare variant threshold
04

Linkage Disequilibrium (LD) Architecture

The complex correlation structure between genetic variants arising from shared evolutionary history. LD patterns dictate how GWAS signals are distributed across correlated markers and how PRS methods must model or prune these dependencies.

  • LD blocks: Regions of high correlation where a single GWAS hit may tag multiple causal variants, complicating fine-mapping
  • LD decay: The rate at which correlation diminishes with physical distance, varying dramatically across ancestral populations
  • LD reference panels (e.g., 1000 Genomes, UK Biobank) are essential for Bayesian PRS methods to disentangle true effect sizes from tagging effects
  • Cross-ancestry LD differences are a primary driver of PRS portability loss when applying European-derived scores to non-European populations
~10-100 kb
Typical LD block size (European)
~5-50 kb
Typical LD block size (African)
05

Heritability Partitioning

The decomposition of total SNP heritability into functional genomic categories, revealing which biological annotations are enriched for causal variants. This informs biologically-informed PRS methods that upweight variants in relevant annotations.

  • Functional annotations: Coding regions, promoters, enhancers, conserved elements, and cell-type-specific regulatory elements
  • Stratified LD Score regression (S-LDSC) estimates enrichment of heritability in each annotation category
  • Partitioned heritability reveals that disease-relevant cell types and tissues harbor disproportionately high concentrations of causal variants
  • Methods like AnnoPred and LDpred-funct incorporate these functional priors to improve PRS accuracy by leveraging biological knowledge
~20-30%
Heritability in coding regions (typical)
~70-80%
Heritability in regulatory regions
06

Genetic Correlation and Pleiotropy

The extent to which the same causal variants influence multiple traits, quantified by the genetic correlation (r_g). Pleiotropic architectures have profound implications for PRS specificity and multi-trait prediction strategies.

  • Positive genetic correlation: Shared genetic basis between traits (e.g., LDL cholesterol and coronary artery disease, r_g ≈ 0.8)
  • Negative genetic correlation: Variants that increase risk for one trait decrease risk for another (e.g., anorexia and obesity)
  • Multi-trait PRS methods like MTAG and wMT-SBLUP leverage genetic correlations to improve prediction accuracy for each trait
  • Pleiotropy can inflate PRS associations with non-target outcomes, requiring careful interpretation in clinical settings
  • Estimated from GWAS summary statistics using LD Score regression or Genomic SEM
r_g ≈ 0.7-0.8
Typical genetic correlation for related traits
GENETIC ARCHITECTURE FAQ

Frequently Asked Questions

Clear, technically precise answers to the most common questions about the underlying variant distributions that dictate complex trait heritability and polygenic risk score performance.

Genetic architecture is the comprehensive characterization of the number, frequency, and effect size distribution of causal genetic variants underlying a complex trait. It defines the polygenic spectrum—ranging from a few variants of large effect to thousands of variants with infinitesimally small effects. This architecture directly determines which polygenic risk score (PRS) method will be optimal. For example, a trait with a sparse architecture dominated by rare, large-effect variants is better modeled by Bayesian variable selection methods like LDpred2, while a highly polygenic, infinitesimal architecture favors linear mixed models or PRS-CS with strong shrinkage priors. Mischaracterizing the architecture leads to substantial predictive power loss.

MODEL PRIORS COMPARISON

Genetic Architecture Assumptions by PRS Method

Comparison of how different polygenic risk score methods model the underlying genetic architecture, including assumptions about variant effect size distributions, sparsity, and polygenicity.

FeatureC+TLDpred2PRS-CS

Effect size prior

None (hard threshold)

Point-normal mixture

Continuous shrinkage (gamma-gamma)

Assumes sparsity

Models infinitesimal architecture

Number of causal variants assumed

Small subset (p < threshold)

Flexible (estimated from data)

All SNPs (differential shrinkage)

LD modeling approach

Pruning (removes correlated variants)

Gibbs sampler with LD matrix

Continuous shrinkage with external LD reference

Requires external LD reference panel

Auto-estimates polygenicity parameter

Prasad Kumkar

About the author

Prasad Kumkar

CEO & MD, Inference Systems

Prasad Kumkar is the CEO & MD of Inference Systems and writes about AI systems architecture, LLM infrastructure, model serving, evaluation, and production deployment. Over 5+ years, he has worked across computer vision models, L5 autonomous vehicle systems, and LLM research, with a focus on taking complex AI ideas into real-world engineering systems.

His work and writing cover AI systems, large language models, AI agents, multimodal systems, autonomous systems, inference optimization, RAG, evaluation, and production AI engineering.