Inferensys

Glossary

Read-Backed Phasing

A phasing method that uses paired-end reads or long reads spanning multiple heterozygous variants to physically link and assign alleles to the same parental haplotype.
Developer demonstrating multi-agent tool use, agent tool selection interface on laptop, casual tech demo moment.
HAPLOTYPE RESOLUTION

What is Read-Backed Phasing?

Read-backed phasing is a computational method that uses the physical connectivity of sequencing reads to assign genetic variants to their respective parental chromosomes.

Read-backed phasing is a computational technique that determines the chromosomal origin of alleles by leveraging sequencing reads that physically span two or more heterozygous variants. Unlike statistical phasing, which infers haplotypes from population reference panels, this method directly observes the physical linkage of alleles on a single DNA molecule. A single read or a paired-end read pair covering multiple variant sites provides unambiguous evidence that those specific alleles reside on the same parental haplotype, enabling high-confidence, molecule-level phasing.

The accuracy of read-backed phasing is directly proportional to the length of the sequencing reads and the density of heterozygous variants. Long-read sequencing technologies, such as those from Pacific Biosciences or Oxford Nanopore, dramatically improve phasing performance by spanning entire repeat-rich regions and resolving haplotype blocks that are inaccessible to short reads. This physical linkage information is critical for distinguishing compound heterozygosity from true homozygosity and for resolving the cis/trans configuration of variants in genes associated with recessive disease.

PHYSICAL LINKAGE METHOD

Key Characteristics of Read-Backed Phasing

Read-backed phasing leverages the physical connectivity of DNA fragments to resolve haplotypes. Unlike statistical methods, it directly observes cis-relationships between heterozygous variants captured within the same sequencing read or paired-end read pair.

01

Physical Linkage Principle

The core mechanism relies on paired-end reads or long reads that span two or more heterozygous loci. Because a single read originates from one parental chromosome, any variants observed on that read must belong to the same haplotype. This provides direct experimental evidence for phasing, eliminating the need for population-based statistical inference. The minimum requirement is a read that overlaps at least two heterozygous positions.

02

Input Data Requirements

Effective read-backed phasing depends on specific sequencing library characteristics:

  • Insert size: Paired-end libraries with larger insert sizes (e.g., 500bp+) increase the probability of spanning multiple heterozygous variants.
  • Long-read technologies: Pacific Biosciences (PacBio) HiFi and Oxford Nanopore reads, which routinely exceed 10-20kb, can phase entire genes or large genomic regions in a single read.
  • Heterozygosity density: Phasing resolution is directly proportional to the local density of heterozygous variants in the individual's genome.
03

Algorithmic Implementation

Tools like WhatsHap and GATK's ReadBackedPhasing implement this approach by:

  • Parsing the CIGAR string and MD tag from BAM files to identify variant positions within each read.
  • Constructing a graph where nodes are alleles and edges represent read-backed connections.
  • Performing weighted minimum-cut or greedy phasing to resolve the two haplotypes.
  • Outputting phased VCF records with haplotype identifiers (e.g., 1|0 or 0|1 genotype fields).
04

Advantages Over Statistical Phasing

Read-backed phasing offers distinct benefits for clinical and rare variant analysis:

  • Phase rare variants: Statistical methods like SHAPEIT rely on linkage disequilibrium from reference panels, which fails for private or de novo mutations. Read-backed phasing directly phases any variant covered by a spanning read.
  • No reference panel bias: Results are independent of population allele frequencies, making it essential for underrepresented populations.
  • Resolves compound heterozygosity: Critically distinguishes whether two deleterious variants in the same gene are in cis (same copy) or trans (different copies), which determines recessive disease risk.
05

Limitations and Failure Modes

The primary constraint is phase block length, which is limited by the maximum insert size or read length. Regions with low heterozygosity or gaps between spanned variants remain unphased. Key failure modes include:

  • Switch errors: Incorrectly flipping the phase assignment within a block, often caused by somatic mutations or mapping errors.
  • Hanging reads: Reads that overlap only one heterozygous site provide no phasing information and are discarded.
  • Strand bias: Systematic errors on one DNA strand can create false connections between variants.
06

Integration with Hybrid Phasing Pipelines

Modern production pipelines combine read-backed and statistical phasing for maximum contiguity:

  1. Read-backed phasing first establishes high-confidence physical phase blocks from spanning reads.
  2. Statistical phasing (e.g., Eagle2, SHAPEIT4) then uses a reference panel to connect these blocks across longer distances where no single read spans the gap.
  3. This hybrid approach is standard in large-scale initiatives like the 1000 Genomes Project and All of Us Research Program.
READ-BACKED PHASING

Frequently Asked Questions

Clarifying the mechanics and applications of using physical read linkages to resolve haplotypes.

Read-backed phasing is a computational method that determines the physical linkage of heterozygous variants by analyzing the alignment of individual sequencing reads that span two or more variant sites. Unlike statistical phasing, which relies on population-level linkage disequilibrium, read-backed phasing directly observes the co-occurrence of alleles on a single DNA molecule. When a paired-end read or a long read covers multiple heterozygous loci, the alleles present on that read must originate from the same parental chromosome. By aggregating these physical connections across the genome, the algorithm assembles contiguous haplotype blocks. The core mechanism involves parsing the CIGAR string and MD tag in BAM files to identify variant positions, then constructing a graph where nodes represent alleles and edges represent read-backed evidence of co-occurrence, ultimately resolving the diploid genome into its two constituent 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.