zaro

What is NGS Coverage?

Published in NGS Metrics 5 mins read

NGS coverage, or Next-Generation Sequencing coverage, describes the average number of sequencing reads that align to, or "cover," a specific known reference base in a genome. It's a critical metric in sequencing experiments that indicates the depth of sequencing achieved for a particular region or an entire genome.

Understanding the Concept of Sequencing Depth

Sequencing an organism's DNA or RNA involves breaking it into millions of small fragments, reading these fragments (called "reads"), and then reassembling them by aligning them to a known reference genome. NGS coverage quantifies how many times, on average, each base in the reference genome has been read.

For example, if a particular base position in the reference genome has been sequenced by 30 different reads, its coverage is 30x (read as "30-fold" or "thirty-ex"). A higher coverage value generally means more reliable data.

Why is Coverage Important?

The level of sequencing coverage significantly influences the confidence with which researchers can detect and confirm genetic variations.

  • Variant Discovery Confidence: Adequate coverage is essential for accurate variant calling, such as identifying single nucleotide polymorphisms (SNPs), insertions, deletions (indels), or structural variations. With higher coverage, there's a greater chance that true variations will be observed multiple times, distinguishing them from sequencing errors or noise.
  • Allele Detection: For diploid organisms, sufficient coverage helps ensure that both alleles at a heterozygous locus are adequately represented, preventing false negatives or incorrect zygosity calls.
  • Low-Frequency Variant Detection: In applications like cancer research or metagenomics, detecting rare or low-frequency variants (e.g., somatic mutations in a tumor sample, or rare microbes in a mixed population) often requires very high coverage.

Factors Influencing Desired Coverage

The optimal coverage level for an NGS experiment is not universal and depends on several factors:

  • Type of Experiment:
    • Whole-Genome Sequencing (WGS): Typically requires lower average coverage (e.g., 30x for human germline variant calling) compared to targeted approaches, as the goal is to cover the entire genome.
    • Whole-Exome Sequencing (WES): Focuses on protein-coding regions (exons) and often demands higher average coverage (e.g., 50-100x or more) because the target region is smaller and the goal is to confidently identify variants within these critical genes.
    • RNA Sequencing (RNA-Seq): Coverage is often expressed in millions of reads rather than 'x' coverage and depends on the depth required to quantify gene expression levels or identify splice variants.
    • Targeted Sequencing (Gene Panels): Can require very high coverage (e.g., 500x-1000x or more) for sensitive detection of low-frequency variants, common in oncology.
  • Organism Complexity: Simpler genomes might require less coverage than complex eukaryotic genomes.
  • Variant Type: Detecting large structural variants might require different coverage considerations than pinpointing single base changes.
  • Sample Type: Homogeneous samples (e.g., germline DNA) typically need less coverage than heterogeneous samples (e.g., tumor biopsies with varying cancer cell purity or mixed microbial communities).
  • Cost vs. Confidence: Higher coverage directly translates to higher sequencing costs. Researchers must balance the need for high confidence with budgetary constraints.

Typical Coverage Values for Common NGS Applications

NGS Application Typical Recommended Coverage Primary Goal
Whole-Genome Sequencing 30x - 50x (germline); 60x - 100x+ (somatic) Comprehensive variant discovery across the entire genome
Whole-Exome Sequencing 50x - 100x (germline); 100x - 200x+ (somatic) Variant discovery within protein-coding regions (exons)
Targeted Gene Panels 500x - 2000x+ Highly sensitive detection of low-frequency variants in specific genes
RNA Sequencing 20 million - 100 million+ reads (per sample) Gene expression quantification, splice variant detection
ChIP-Seq / ATAC-Seq 10 million - 50 million+ reads (per sample) Identification of protein-binding sites or open chromatin regions

(Note: These values are general guidelines and can vary based on specific experimental designs and research goals.)

How Coverage is Calculated

NGS coverage is typically calculated as:

$$
\text{Coverage} = \frac{\text{Total number of mapped bases}}{\text{Genome size}}
$$

For example, if a sequencing run produces 10 billion bases of mapped sequence data for a human genome (approx. 3 billion bases), the average coverage would be:

$$
\frac{10,000,000,000 \text{ bases}}{3,000,000,000 \text{ bases}} \approx 3.33\text{x}
$$

However, a more precise calculation often involves considering the length of individual reads and the number of reads generated. Tools like BEDTools and other bioinformatics software are used to compute coverage across specific regions or the entire genome, providing detailed metrics like mean coverage, median coverage, and the percentage of the genome covered at a certain depth.

Uniformity of Coverage

While average coverage is a key metric, the uniformity of coverage is equally important. It refers to how evenly reads are distributed across the target region. Poor uniformity means some regions might have excessively high coverage (wasting resources), while others might have very low coverage (leading to missed variants). Factors like GC content, repetitive regions, and library preparation biases can affect coverage uniformity.

In summary, NGS coverage is a fundamental concept that directly impacts the reliability and accuracy of next-generation sequencing data, particularly for confident variant discovery and downstream biological interpretations.