PRS-CS (Polygenic Risk Score–Continuous Shrinkage) is a Bayesian regression framework that models the genetic architecture of complex traits by placing a continuous shrinkage prior on SNP effect sizes. Unlike discrete mixture priors used in methods like LDpred2, PRS-CS employs a global-local scale mixture of normals that allows each variant's effect to be adaptively shrunk toward zero based on the observed association signal and the local linkage disequilibrium (LD) structure from an external reference panel.
Glossary
PRS-CS

What is PRS-CS?
PRS-CS is a Bayesian polygenic risk score method that applies continuous shrinkage priors to SNP effect sizes, using GWAS summary statistics and an external linkage disequilibrium reference panel to infer posterior effect sizes without requiring individual-level training data.
The method operates directly on GWAS summary statistics, making it computationally tractable for large-scale biobank data without requiring access to individual-level genotypes. By jointly modeling all variants while accounting for LD, PRS-CS produces well-calibrated posterior effect size estimates that improve cross-population prediction accuracy. The continuous shrinkage formulation eliminates the need for explicit p-value thresholding or selecting a fixed proportion of causal variants, instead learning the optimal shrinkage profile from the data itself.
Key Features of PRS-CS
PRS-CS is a Bayesian polygenic prediction method that applies continuous shrinkage priors on SNP effect sizes, using GWAS summary statistics and an external LD reference panel to infer posterior effect sizes.
Continuous Shrinkage Prior
PRS-CS employs a global-local scale mixture of normals prior on SNP effect sizes. Unlike discrete mixture models, this continuous shrinkage framework allows each variant to have its own adaptive penalty parameter. The horseshoe prior and Strawderman-Berger prior are key options, providing robust shrinkage of small effects while preserving large signals. This eliminates the need for arbitrary p-value thresholding or clumping steps inherent in C+T methods.
LD Reference Panel Integration
The method explicitly models linkage disequilibrium using an external reference panel (e.g., 1000 Genomes Project). By incorporating the LD structure as a block-diagonal matrix, PRS-CS jointly estimates effect sizes across correlated variants. This avoids double-counting of signals and accounts for the correlation between SNPs that confounds naive marginal effect summation. The LD matrix is partitioned into independent blocks for computational tractability.
Posterior Effect Size Inference
PRS-CS uses a Markov Chain Monte Carlo (MCMC) Gibbs sampling algorithm to infer the posterior distribution of SNP effect sizes. Key outputs include:
- Posterior mean effect sizes for each variant
- Posterior inclusion probabilities indicating variant importance
- Full posterior distributions for uncertainty quantification The method operates directly on GWAS summary statistics without requiring individual-level genotype access.
Global Scaling Parameter
A critical hyperparameter φ controls the overall sparsity of the genetic architecture. This global shrinkage factor is estimated from the data using a fully Bayesian approach with a half-Cauchy prior. The parameter adaptively determines the proportion of variants with non-zero effects, allowing PRS-CS to automatically adjust to polygenic architectures ranging from sparse (few large effects) to highly polygenic (many small effects).
Auto Model Selection
PRS-CS-auto extends the base model by placing a gamma prior on the global shrinkage parameter, enabling fully automatic estimation without cross-validation. This variant learns the optimal shrinkage directly from the GWAS summary statistics. The auto version is particularly valuable when an external validation dataset is unavailable, making it suitable for biobank-scale applications where holdout data may be limited.
Computational Efficiency
Despite its Bayesian complexity, PRS-CS achieves practical runtimes through:
- Block-diagonal LD matrix approximation reducing matrix operations
- Gibbs sampling with conjugate updates for most parameters
- Pre-computed LD blocks from reference panels Typical runtime for a GWAS with 1M SNPs is under 2 hours on a single compute node, making it scalable to biobank-scale analyses.
Frequently Asked Questions
Clarifying the technical mechanisms and application of the Bayesian continuous shrinkage prior method for polygenic risk score construction.
PRS-CS is a Bayesian polygenic prediction method that applies continuous shrinkage priors on SNP effect sizes to construct polygenic risk scores from GWAS summary statistics. Unlike methods that rely on discrete p-value thresholds, PRS-CS models the global genetic architecture by placing a flexible, continuous prior distribution on variant effects. The algorithm uses an external linkage disequilibrium (LD) reference panel—typically from the 1000 Genomes Project—to account for the correlation structure between variants. It infers posterior effect sizes via a Gibbs sampler, automatically shrinking noisy estimates toward zero while preserving true signals. This approach eliminates the need for ad-hoc parameter tuning and generally outperforms traditional clumping and thresholding (C+T) methods in predictive accuracy.
Enabling Efficiency, Speed & Accuracy
Intelligent Analysis, Decision & Execution
We build AI systems for teams that need search across company data, workflow automation across tools, or AI features inside products and internal software.
Talk to Us
Search across company data
Give teams answers from docs, tickets, runbooks, and product data with sources and permissions.
Useful when people spend too long searching or get different answers from different systems.

Automate internal workflows
Use AI to route work, draft outputs, trigger actions, and keep approvals and logs in place.
Useful when repetitive work moves across multiple tools and teams.

Add AI to products and internal tools
Build assistants, guided actions, or decision support into the software your team or customers already use.
Useful when AI needs to be part of the product, not a separate tool.
PRS-CS vs. Other Polygenic Risk Score Methods
A feature-level comparison of PRS-CS against Clumping and Thresholding, LDpred2, and LASSO regression for constructing polygenic risk scores from GWAS summary statistics.
| Feature | PRS-CS | C+T | LDpred2 | LASSO |
|---|---|---|---|---|
Input Data Required | GWAS summary statistics + external LD reference panel | GWAS summary statistics + individual-level LD reference | GWAS summary statistics + external LD reference panel | Individual-level genotype and phenotype data |
Shrinkage Prior Type | Continuous shrinkage (gamma-gaussian) with global-local scale parameters | Hard thresholding (no shrinkage) | Point-normal mixture prior with non-infinitesimal architecture | L1 penalty (Laplace prior) |
Models LD Structure | ||||
Requires Individual-Level Data | ||||
Sparse Model Output | Continuous shrinkage produces sparse-like estimates | Sparse or infinitesimal depending on model assumption | ||
Computational Scalability | High (variational Bayes with block-wise LD updates) | Very high (simple pruning and summing) | Moderate (MCMC Gibbs sampling) | Low (requires full individual-level data and cross-validation) |
Handles Population Stratification | Uses external LD panel; sensitive to ancestry mismatch | Sensitive to ancestry mismatch in LD reference | Uses external LD panel; sensitive to ancestry mismatch | Can include PCA covariates directly in model |
Uncertainty Quantification | Posterior inclusion probabilities and credible intervals | Posterior distributions via MCMC samples | Bootstrap or cross-validation required |
Related Terms
Understanding PRS-CS requires familiarity with the foundational concepts, competing methods, and validation frameworks that contextualize its continuous shrinkage approach to polygenic prediction.
Continuous Shrinkage Priors
The core statistical innovation of PRS-CS. Unlike methods that discretely classify variants as causal or null, continuous shrinkage applies a global-local scale mixture of normals prior, allowing each SNP's effect size to be shrunk toward zero by a unique, adaptive amount. This better captures the polygenic architecture where many variants have tiny but non-zero effects, avoiding the hard thresholding of C+T or the discrete mixture of LDpred2.
GWAS Summary Statistics
The input fuel for PRS-CS. These aggregated results from genome-wide association studies contain, for each SNP:
- Effect allele and alternate allele
- Beta coefficient or odds ratio
- Standard error and p-value
- Sample size and allele frequency PRS-CS requires only these summary-level data, not individual genotypes, enabling analysis when raw data cannot be shared due to privacy constraints.
Linkage Disequilibrium Reference Panel
A critical external input for PRS-CS. The algorithm uses a population-matched LD reference (e.g., 1000 Genomes Project, UK Biobank) to model the correlation structure between SNPs. This allows PRS-CS to:
- Distinguish true causal signals from tagging variants
- Properly distribute effect sizes across correlated SNPs
- Avoid double-counting genetic effects The choice of reference panel significantly impacts cross-ancestry portability.
Empirical Bayes Estimation
The statistical framework underpinning PRS-CS. Rather than specifying the shrinkage prior's hyperparameters arbitrarily, the method estimates them directly from the GWAS data using a variational Bayes algorithm. This adaptive approach:
- Learns the genetic architecture from the observed summary statistics
- Automatically tunes the amount of shrinkage per variant
- Avoids the need for cross-validation to select tuning parameters
- Enables computationally efficient posterior inference
Cross-Ancestry Portability
A major challenge for PRS-CS and all polygenic methods. Scores trained on European GWAS often show substantial attenuation in non-European populations due to:
- Differences in LD structure between populations
- Divergent allele frequencies at causal variants
- Gene-environment interactions PRS-CSx extends the framework to multi-ancestry settings by jointly modeling summary statistics from diverse populations, improving transferability.

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.
Partnered with leading AI, data, and software stack.
How We Work
Custom AI workflows for your Business
One-fit-all AI don't work for modern businesses. At Inferensys, we aim to understand your business & custom requirements; which we use to define most efficient agentic workflows, the data, and the tools for your business.
01
Review the use case
We understand the task, the users, and where AI can actually help.
Read more02
Pick the right approach
We define what needs search, automation, or product integration.
Read more03
Build the first useful version
We implement the part that proves the value first.
Read more04
Improve from there
We add the checks and visibility needed to keep it useful.
Read moreThe first call is a practical review of your use case and the right next step.
Talk to Us