Inferensys

Glossary

Haplotype Phasing

Haplotype phasing is the computational process of determining which alleles on a single chromosome are inherited together from the same parent, resolving the arrangement of variants along homologous chromosomes.
Cinematic shot of a sleek glass-walled boardroom on the 40th floor of a glass highrise, late afternoon light casting long shadows across a minimalist table with holographic AI workflow projections.
COMPUTATIONAL GENOMICS

What is Haplotype Phasing?

Haplotype phasing is the computational process of determining the specific arrangement of alleles along homologous chromosomes to resolve which variants were inherited together from each parent.

Haplotype phasing is the computational assignment of heterozygous genetic variants to their respective parental chromosomes. While standard genotyping identifies that an individual has, for example, an A and a G at two different loci, it does not specify whether the A and G reside on the same chromosome copy (cis) or on opposite copies (trans). Phasing resolves this ambiguity by reconstructing the linear arrangement of alleles along each homologous chromosome, producing a complete diploid map of inherited variation essential for understanding compound heterozygosity and gene regulation.

Computational methods for phasing include read-backed phasing, which uses paired-end or long-read sequencing to physically link distant variants on the same DNA molecule, and statistical phasing, which leverages population reference panels and linkage disequilibrium patterns to infer haplotypes probabilistically. Deep learning approaches now integrate both signals, using neural networks to model the complex dependencies between variants and sequencing read data, dramatically improving accuracy for low-coverage genomes and rare variant resolution.

CORE CONCEPTS

Key Characteristics of Haplotype Phasing

Haplotype phasing resolves the diploid genome into its two constituent haploid components, determining which alleles co-occur on the same parental chromosome. This process is fundamental to understanding compound heterozygosity, population genetics, and clinical variant interpretation.

01

Statistical Phasing via Linkage Disequilibrium

Population-based phasing leverages linkage disequilibrium (LD) —the non-random association of alleles at different loci—to infer haplotypes. Algorithms like SHAPEIT and Eagle use hidden Markov models (HMMs) or Li-Stephens models to estimate the most likely haplotype configuration by referencing large reference panels (e.g., 1000 Genomes Project).

  • Mechanism: Iteratively updates phase probabilities based on observed haplotype frequencies in a reference cohort.
  • Key advantage: Works with short-read sequencing data where physical linkage is absent.
  • Limitation: Accuracy degrades for rare variants or populations underrepresented in reference panels.
99.9%
Accuracy for common variants
02

Read-Backed Phasing via Physical Linkage

Physical phasing directly observes cis-relationships between alleles by using sequencing reads that span multiple heterozygous sites. PacBio HiFi and Oxford Nanopore long reads, or 10x Genomics linked reads, physically connect variants separated by tens of kilobases.

  • Mechanism: A single read or read-pair covering two or more heterozygous positions provides unambiguous phase information.
  • Key advantage: Resolves phase for rare and de novo variants without population reference panels.
  • Metric: Phase block N50 length—the length at which 50% of the phased genome is contained in blocks of that size or larger.
>1 Mb
Typical phase block N50 (long reads)
03

Trio-Based Phasing via Mendelian Inheritance

Parental genotyping provides a gold standard for phasing by applying Mendelian transmission constraints. An allele present in a child but absent in one parent must originate from the other parent, resolving phase unambiguously.

  • Mechanism: Uses mother-father-child genotype trios to assign alleles to parental haplotypes by identity-by-descent.
  • Key advantage: Highest accuracy; resolves phase across entire chromosomes.
  • Application: Critical for clinical diagnosis of compound heterozygous disorders where two recessive mutations on opposite haplotypes cause disease.
100%
Chromosome-spanning phase
04

Phase Blocks and Switch Error Rate

Phasing algorithms output phase blocks—contiguous genomic segments where the haplotype assignment is internally consistent. The boundary between blocks represents a switch point where the algorithm cannot confidently link variants.

  • Switch error rate: The frequency at which the predicted haplotype assignment flips to the opposite parental chromosome. Measured per megabase.
  • Benchmarking: Evaluated against trio-phased truth sets or molecular haplotyping data (e.g., Strand-seq, Hi-C phasing).
  • Clinical relevance: Long, accurate phase blocks are essential for identifying haploinsufficiency and regulatory haplotype effects.
<0.5%
Switch error rate (statistical phasing)
05

Molecular Haplotyping via Chromatin Conformation

Hi-C and Strand-seq provide chromosome-scale phasing by physically separating or crosslinking homologous chromosomes before sequencing. Hi-C captures chromatin proximity ligation events that are overwhelmingly intra-chromosomal, while Strand-seq uses BrdU incorporation to selectively sequence single DNA strands.

  • Mechanism: Hi-C contacts cluster by chromosome of origin; Strand-seq reads segregate by template strand.
  • Key advantage: Achieves whole-chromosome haplotypes without parental data or population references.
  • Emerging application: Phasing structural variants and resolving complex genomic rearrangements in cancer genomes.
Chromosome-arm
Phase contiguity (Hi-C)
06

Phasing for Imputation and Polygenic Risk Scores

Accurate phasing is a prerequisite for genotype imputation—the statistical inference of untyped variants from a reference panel. Phased haplotypes are matched against reference haplotypes to fill in missing genotypes, enabling GWAS meta-analysis and polygenic risk score (PRS) calculation across genotyping arrays.

  • Workflow: Genotype array → Phasing (Eagle/Beagle) → Imputation (Minimac/IMPUTE) → PRS calculation.
  • Impact: Phasing errors propagate to imputation errors, reducing the predictive power of PRS models.
  • Scale: Modern biobanks phase and impute hundreds of thousands of samples simultaneously.
500k+
Samples phased in UK Biobank
HAPLOTYPE PHASING

Frequently Asked Questions

Clear, technical answers to the most common questions about the computational methods used to resolve the parental origin of genetic variants.

Haplotype phasing is the computational process of determining which alleles at different genetic loci are located on the same physical chromosome and were inherited together from a single parent. It works by resolving the diploid genotype—which only tells you the two unordered alleles at a single position—into two distinct haplotypes, each representing a complete set of variants from one parent. The process relies on two primary sources of information: read-backed phasing, which uses physical linkage from sequencing reads that span multiple heterozygous sites, and statistical phasing, which leverages population-level linkage disequilibrium patterns from large reference panels. Modern deep learning approaches, such as recurrent neural networks and dilated convolutional architectures, can model the long-range dependencies in sequencing data to produce highly accurate, chromosome-spanning haplotypes.

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.