Inferensys

Glossary

Polygenic Risk Score (PRS)

A quantitative metric that aggregates the estimated effects of numerous genetic variants across the genome to predict an individual's genetic susceptibility to a specific trait or disease.
Risk analyst performing AI risk assessment on laptop, risk matrices visible, casual office risk session.
GENETIC SUSCEPTIBILITY QUANTIFICATION

What is Polygenic Risk Score (PRS)?

A quantitative metric aggregating the estimated effects of numerous genetic variants across the genome to predict an individual's genetic susceptibility to a specific trait or disease.

A Polygenic Risk Score (PRS) is a single numerical value that sums the cumulative impact of millions of common genetic variants, each contributing a small effect, to estimate an individual's genetic liability for a complex disease. It is calculated as the weighted sum of an individual's risk allele count at each variant, where the weights are the effect sizes derived from a prior Genome-Wide Association Study (GWAS).

The predictive utility of a PRS is evaluated using metrics like Area Under the ROC Curve (AUC-ROC) for discrimination and Variance Explained (R²) for overall fit. Advanced construction methods such as LDpred2 and PRS-CS apply Bayesian shrinkage to GWAS summary statistics, correcting for Linkage Disequilibrium (LD) to produce more robust posterior effect size estimates than traditional Clumping and Thresholding (C+T).

CORE ALGORITHMS

Key PRS Computation Methods

The predictive power of a polygenic risk score depends critically on the statistical method used to aggregate variant effects. These range from simple pruning approaches to sophisticated Bayesian frameworks that model the underlying genetic architecture.

01

Clumping and Thresholding (C+T)

The foundational and most computationally efficient PRS method. It first clumps variants using linkage disequilibrium (LD) to select independent index SNPs, then applies a p-value threshold to retain only variants meeting a significance cutoff.

  • Clumping: Retains the most significant SNP within an LD window, pruning correlated neighbors
  • Thresholding: Tests multiple p-value cutoffs (e.g., 5e-8, 1e-5, 0.1) to find the optimal score
  • Scoring: Calculates the sum of risk alleles weighted by their GWAS effect sizes
  • Limitation: The hard threshold discards many truly associated variants with small effects, reducing predictive power for highly polygenic traits
PLINK
Primary Implementation
04

LASSO Penalized Regression

A regularized linear regression method that performs simultaneous variant selection and effect estimation. The L1 penalty forces many coefficient estimates to exactly zero, creating a sparse PRS model.

  • Tuning parameter λ controls the strength of penalization and the number of retained variants
  • Selected through cross-validation to maximize out-of-sample prediction
  • Naturally handles LD by selecting one representative variant from correlated groups
  • Computationally intensive with individual-level data but produces highly interpretable sparse models
  • Elastic net extends LASSO by adding an L2 ridge penalty, improving stability when variants are highly correlated
05

Empirical Bayes Approaches

A statistical framework that estimates the prior distribution of genetic effects directly from the observed GWAS data, enabling adaptive shrinkage without specifying a rigid parametric prior.

  • SBayesR assumes a mixture of normal distributions with different variances, including a spike at zero
  • MegaPRS models effect sizes as a function of LD, minor allele frequency, and functional annotations
  • Estimates the genetic architecture parameters (polygenicity, effect size distribution) from summary statistics
  • Provides posterior inclusion probabilities for each variant, useful for fine-mapping alongside prediction
  • Particularly robust when the true genetic architecture deviates from standard modeling assumptions
06

Cross-Ancestry PRS Methods

Specialized frameworks addressing the portability gap where PRS trained in European populations lose substantial accuracy in non-European cohorts due to differences in LD structure and allele frequencies.

  • PRS-CSx: Integrates GWAS summary statistics from multiple populations with shared continuous shrinkage priors
  • XPASS: Models population-specific effect sizes as correlated random effects across ancestries
  • PolyPred: Combines cross-population effect estimates with functional genomic annotations
  • GAUDI: Uses penalized regression to fuse multiple ancestry-specific scores into an optimized composite
  • Critical for equitable deployment of PRS in diverse clinical settings and global biobank studies
POLYGENIC RISK SCORE ESSENTIALS

Frequently Asked Questions

Clear, technically precise answers to the most common questions about constructing, interpreting, and applying polygenic risk scores in genomic prediction.

A Polygenic Risk Score (PRS) is a quantitative metric that aggregates the estimated effects of numerous genetic variants across the genome to predict an individual's genetic susceptibility to a specific trait or disease. The calculation is fundamentally a weighted sum: PRS = Σ(βᵢ × dosageᵢ), where βᵢ is the effect size of the i-th variant from a Genome-Wide Association Study (GWAS) and dosageᵢ is the number of effect alleles the individual carries (0, 1, or 2). The construction process involves several critical steps:

  • Base Data Selection: Obtaining summary statistics from a large, well-powered GWAS for the target phenotype.
  • Quality Control: Filtering variants by minor allele frequency, imputation accuracy, and Hardy-Weinberg equilibrium.
  • LD Pruning: Using Clumping and Thresholding (C+T) or Bayesian methods like LDpred2 to account for linkage disequilibrium.
  • Scoring: Applying the selected weights to an individual's genotype data to produce a single continuous score, often standardized to a normal distribution for interpretation.
RISK STRATIFICATION COMPARISON

PRS vs. Monogenic Testing vs. Clinical Risk Factors

Comparative analysis of three distinct approaches for predicting individual disease susceptibility, highlighting differences in genetic architecture modeled, clinical actionability, and population applicability.

FeaturePolygenic Risk Score (PRS)Monogenic TestingClinical Risk Factors

Genetic Architecture Modeled

Additive effects of thousands of common, small-effect variants

Single rare variant with large, often Mendelian effect

No direct genetic component; environmental and phenotypic measures

Typical Variant Frequency

Common variants (MAF > 1%)

Rare variants (MAF < 0.1%)

Individual Variant Effect Size

Small (OR typically 1.02–1.20 per allele)

Large (OR often > 5.0 or penetrance > 80%)

Discovery Method

Genome-Wide Association Study (GWAS) summary statistics

Linkage analysis or targeted sequencing of known pathogenic loci

Prospective cohort studies (e.g., Framingham Heart Study)

Output Metric

Continuous risk score (standard deviation or percentile)

Binary: Pathogenic variant present or absent

Categorical risk strata or 10-year absolute risk percentage

Clinical Actionability Threshold

Typically top 5–10% of population distribution

Single pathogenic variant detection triggers clinical cascade

Exceeding guideline-directed treatment thresholds (e.g., ASCVD > 7.5%)

Portability Across Ancestries

Poor without cross-ancestry GWAS and fine-mapping

Generally consistent if variant is causal across populations

Requires recalibration for different population baseline incidence rates

Integration with Other Risk Factors

Multiplicative or additive with clinical factors in integrated models

Often supersedes clinical factors due to high penetrance

Baseline model onto which genetic scores are added

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.