Inferensys

Glossary

Summary Statistics

Aggregated GWAS results including the effect allele, beta coefficient, standard error, and p-value for each variant, which serve as the base data for constructing polygenic risk scores without individual-level access.
Risk analyst performing AI risk assessment on laptop, risk matrices visible, casual office risk session.
GWAS DATA AGGREGATION

What is Summary Statistics?

The aggregated, variant-level output from a genome-wide association study that serves as the foundational input for constructing polygenic risk scores without requiring access to individual-level genotype data.

Summary statistics are the compiled, per-variant results of a genome-wide association study (GWAS), capturing the estimated effect of each single nucleotide polymorphism on a phenotype. A standard file includes the effect allele, its corresponding beta coefficient (effect size), standard error, and p-value, providing a complete statistical snapshot of the genotype-phenotype association for millions of variants in a single, shareable format.

These aggregated files are the essential base data for polygenic risk score (PRS) construction, enabling methods like LDpred2 and PRS-CS to model genetic architecture without handling sensitive raw genotypes. By combining effect sizes with an external linkage disequilibrium (LD) reference panel, researchers can correct for confounding, apply winner's curse correction, and compute an individual's cumulative genetic susceptibility across diverse populations.

ANATOMY OF AGGREGATED GENETIC DATA

Core Components of a GWAS Summary Statistics File

A GWAS summary statistics file is a structured, tabular dataset containing the aggregated association results for millions of genetic variants tested against a phenotype. These files serve as the foundational input for polygenic risk score construction without requiring access to individual-level genotypes.

01

Variant Identification & Annotation

Each row must uniquely identify a genetic variant using standardized fields:

  • rsID (dbSNP identifier): The reference SNP cluster ID, providing a universal label for the variant.
  • Chromosome & Base-Pair Position: Genomic coordinates mapped to a specific reference genome build, such as GRCh37 (hg19) or GRCh38.
  • Effect Allele (A1): The allele to which the reported effect size applies, also called the coded allele or reference allele in some software packages.
  • Non-Effect Allele (A2): The alternative allele at the same locus, sometimes labeled as the other allele.

Consistent allele coding across cohorts is critical; strand flips or allele mismatches during meta-analysis or PRS calculation can reverse the direction of effect and destroy predictive accuracy.

GRCh37/hg19
Most Common Reference Build
GRCh38
Current Reference Build
02

Effect Size & Direction

The magnitude and direction of a variant's association with the trait are captured by the beta coefficient (β) and the odds ratio (OR).

  • Beta (β): Represents the change in the quantitative trait per copy of the effect allele. For a binary trait, it is the log-odds ratio from logistic regression.
  • Odds Ratio (OR): An exponentiated beta (OR = e^β) used in case-control studies. An OR > 1 indicates the effect allele increases disease risk.
  • Standard Error (SE): Quantifies the uncertainty around the beta estimate, reflecting sample size and allele frequency. A smaller SE indicates a more precise estimate.

These fields are the direct inputs for the weighted allele scoring that defines a polygenic risk score.

β
Continuous Effect
OR
Binary Effect
03

Statistical Significance

The probability that the observed association is due to chance is reported as a p-value, often on a -log10 scale.

  • P-value: Derived from the beta and its standard error, typically using a Wald test or score test. The genome-wide significance threshold is conventionally set at p < 5 × 10⁻⁸ to correct for multiple testing of ~1 million independent variants.
  • -log10(p): A transformed metric where a value of 7.3 corresponds to the genome-wide threshold. This scale is used for visualization in Manhattan plots.
  • Z-score: Calculated as β / SE, indicating the direction and strength of association in units of standard deviation.

P-values are the primary metric for the clumping and thresholding (C+T) method, where only variants below a user-defined significance threshold are retained for PRS calculation.

5 × 10⁻⁸
Genome-Wide Significance
04

Allele Frequency & Imputation Quality

Quality control fields ensure that only well-measured variants are included in downstream analyses:

  • Effect Allele Frequency (EAF): The frequency of the effect allele in the study population. This is essential for identifying rare variants and for harmonizing allele coding across datasets.
  • Imputation INFO Score: A metric ranging from 0 to 1 that quantifies the confidence in statistically inferred genotypes. An INFO > 0.8 is a common filter to exclude poorly imputed variants.
  • Minor Allele Frequency (MAF): The frequency of the less common allele. PRS analyses often filter out variants with MAF < 1% due to unstable effect size estimates.

Filtering on these metrics removes noisy variants that degrade PRS predictive performance.

> 0.8
INFO Score Threshold
> 1%
MAF Filter
05

Sample Size & Cohort Information

Metadata fields describe the study population and statistical power:

  • N (Sample Size): The total number of individuals included in the analysis for that variant. Larger sample sizes yield smaller standard errors and more robust p-values.
  • N Cases / N Controls: For binary traits, the breakdown of affected and unaffected individuals. This ratio impacts the power to detect associations.
  • Cohort / Study Identifier: In a meta-analysis file, a column indicating the originating study for each variant, enabling leave-one-out analyses.

Sample size directly determines the statistical power of the GWAS and, consequently, the maximum predictive ceiling of any PRS derived from it.

N
Total Sample Size
SUMMARY STATISTICS

Frequently Asked Questions

Clear, technically precise answers to the most common questions about GWAS summary statistics and their role in polygenic risk score modeling.

GWAS summary statistics are aggregated, non-individual-level results from a genome-wide association study that report, for each genetic variant tested, the effect allele, beta coefficient, standard error, p-value, sample size, and often the effect allele frequency. These files serve as the foundational input for most modern polygenic risk score (PRS) methods—such as LDpred2, PRS-CS, and SBayesR—because they contain all the information needed to model the genetic architecture of a trait without requiring access to sensitive individual-level genotype and phenotype data. The beta coefficient represents the estimated additive effect of one copy of the effect allele on the trait, while the standard error quantifies the precision of that estimate. The p-value tests the null hypothesis of no association. Together, these statistics allow PRS algorithms to re-weight variant effects using external linkage disequilibrium (LD) reference panels, apply Bayesian shrinkage priors, and compute polygenic scores in target cohorts. The widespread availability of public summary statistics from consortia like the GWAS Catalog and Pan-UK Biobank has democratized PRS research, enabling predictive models to be built without the logistical and privacy burdens of individual-level data sharing.

GWAS DATA AGGREGATION

The Role of Summary Statistics in PRS Construction

Summary statistics are the aggregated, variant-level association results from a Genome-Wide Association Study (GWAS) that serve as the foundational input data for constructing a Polygenic Risk Score (PRS) without requiring access to individual-level genotypes.

Summary statistics are the aggregated, variant-level association results from a Genome-Wide Association Study (GWAS) that serve as the foundational input data for constructing a Polygenic Risk Score (PRS) without requiring access to individual-level genotypes. For each single nucleotide polymorphism (SNP), these files typically contain the effect allele, its corresponding beta coefficient (or odds ratio), the standard error of that effect, and the p-value from the association test. This compact data format enables large-scale meta-analysis and downstream modeling while preserving participant privacy.

Modern PRS methods like LDpred2 and PRS-CS use these summary statistics as the sole input, applying Bayesian priors to correct for linkage disequilibrium and Winner's Curse overestimation bias. The reliability of the resulting score is entirely dependent on the quality of the input statistics, making rigorous quality control—including filtering on imputation accuracy and minor allele frequency—a critical prerequisite for accurate polygenic prediction.

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.