Next Gen Sequencing: A Practical Guide to Methods, Workflow, and Interpretation
If you need to read, map, or quantify DNA or RNA at scale, next generation sequencing (NGS) is the core technology. This guide is for researchers, lab managers, and bioinformatics beginners who want a clear, source grounded framework for understanding NGS platforms, designing experiments, avoiding pitfalls, and interpreting results correctly. NGS has transformed genomics, transcriptomics, and clinical research by enabling massively parallel sequencing of millions of DNA fragments in a single run. The key idea is that you break your genome or transcriptome into short pieces, attach adapters, sequence each piece in parallel, and then reassemble or align the reads to a reference NCBI Bookshelf.
Because NGS workflows are complex and error prone, you need a structured approach. This article provides a practical framework from library preparation through quality control to biological interpretation, with explicit decision points and limits. We rely on authoritative training materials and public repositories so you can verify every claim EMBL-EBI Training.
At a Glance
| Aspect | Description |
|---|---|
| What NGS does | Massively parallel sequencing of billions of short DNA fragments from one sample |
| Common platforms | Illumina (short reads), PacBio/Oxford Nanopore (long reads) |
| Typical input | 1 ng to 1 μg of DNA or RNA (depends on library type) |
| Output | FASTQ files containing raw reads with quality scores |
| Main applications | Whole genome sequencing, exome sequencing, RNA-seq, ChIP-seq, metagenomics |
| Key quality metric | Q30 score (base call accuracy ≥ 99.9%) |
| Average run time | 1 to 48 hours depending on platform |
| Storage need | 10 to 500 GB per run (raw data) |
| Cost per genome (2025) | Approximately $500 to $1500 (short read) |
Core Concepts of Next Generation Sequencing
NGS relies on two fundamental steps: clonal amplification and cyclic sequencing. First you fragment the target nucleic acid and ligate platform specific adapters. Then each library molecule is amplified into a cluster (Illumina) or held on a bead (Ion Torrent) so the signal from a single molecule becomes detectable. Cyclic sequencing uses reversible terminators or semiconductor detection to determine each base as it is incorporated. The output is a set of short reads (typically 75 to 300 bp) with per base quality scores.
The strength of NGS comes from its massive scale. Where Sanger sequencing produces one read per reaction, NGS generates millions. This depth makes it possible to detect rare variants, quantify transcripts, or profile complex communities. However, read length is a trade off. Short reads are accurate but struggle with repetitive regions. Long reads from platforms like PacBio or Oxford Nanopore span repeats but have higher error rates. Choose based on your question.
A central concept is coverage, the average number of reads that map to a given base in the reference. For human whole genome sequencing, 30x coverage is considered standard for variant detection. For RNA-seq, you might need 20 to 60 million reads per sample depending on transcript abundance. The Galaxy Training Network provides detailed lessons on coverage calculations and quality control.
Decision Points: Choosing a Platform and Approach
Before you start, ask four questions:
What is your biological question? Variation detection (SNPs, indels, structural variants) requires high coverage short reads and possibly long reads for complex rearrangements. Gene expression uses RNA-seq on short reads. Metagenomics may benefit from long reads to resolve closely related species.
What is your budget and turnaround time? Illumina runs are cost effective per base but take 24 to 48 hours. Benchtop sequencers like the iSeq or MiniSeq are cheaper for small projects. Oxford Nanopore devices produce real time data with lower capital cost but higher per base error (around 5 to 15%). The NCBI Sequence Read Archive shows the diversity of datasets available.
What sample type do you have? Fresh frozen tissue gives high quality DNA. Formalin fixed paraffin embedded (FFPE) samples are degraded and require specially designed library kits. A recent study showed that integrating genomics from FFPE samples with spatial transcriptomics is feasible but requires strict quality checks Elucidating disease pathogenesis using formalin fixed paraffin embedded samples: Integrating genomics, spatial transcriptomics, and histology.
Do you need targeted or whole genome? Targeted sequencing (gene panels, amplicons) reduces cost and simplifies analysis. One protocol describes targeted metagenomics using NGS for specific loci Targeted Metagenomics Using Next Generation Sequencing Methods. Whole genome sequencing provides unbiased data but increases bioinformatics burden.
Practical Workflow: From Sample to Results
1. DNA or RNA Extraction
Use a method that yields pure, intact nucleic acid. For DNA, measure A260/280 (1.8 to 2.0) and A260/230 (> 1.8). For RNA, check RIN (RNA integrity number) above 7 for most RNA-seq applications.
2. Library Preparation
Fragmentation: Shear DNA to 200 to 500 bp (for Illumina) or use enzymatic fragmentation. For RNA, reverse transcribe and fragment cDNA. End repair and A tailing: Create blunt ends and add a single A overhang. Adapter ligation: Add platform specific Y shaped adapters with barcodes for multiplexing. Size selection: Remove adapter dimers and select fragments of desired size using AMPure beads or gel extraction. Amplification: PCR enrichment (typically 8 to 15 cycles) to add full adapter sequences and indexes. Quality control: Run on Bioanalyzer or TapeStation to confirm library size and concentration. Check for adapter contamination.
3. Cluster Generation and Sequencing
For Illumina: Load library onto flow cell. Bridge amplification creates clonal clusters. Sequencing by synthesis uses reversible terminators with four fluorescent dyes. Each cycle images the flow cell. Base calling software produces a FASTQ file with per base quality scores.
4. Primary Data Analysis
Demultiplexing: Separate reads by barcode. Quality trimming: Remove low quality bases and adapter sequences using tools like Trimmomatic or Fastp. Alignment: Map reads to a reference genome with a spliced aligner for RNA (STAR, HISAT2) or a DNA aligner (BWA MEM). The Bioconductor project provides many R packages for downstream analysis. Variant calling or quantification: Use GATK for germline variants, FreeBayes for population studies, or featureCounts for counting RNA-seq reads per gene.
5. Biological Interpretation
Validate findings with orthogonal methods (e.g., Sanger sequencing for novel variants, qPCR for expression). Report effect sizes and confidence intervals. A recent study used whole genome sequencing to track transmission of multidrug resistant bacteria in an ICU, showing the power of NGS for epidemiology Whole genome sequencing to investigate the prevalence and transmission of multidrug resistant Gram negative pathogens in an adult intensive care unit in the UK.
Quality Checks at Every Step
Poor quality libraries doom the entire experiment. Monitor these checkpoints:
- Library yield: Too little (less than 1 nM) may indicate failed ligation or PCR. Too much may create over clustering.
- Fragment size distribution: Should be tight around your target length. Broad distribution with a small peak at 70 bp indicates adapter dimers.
- Cluster density: On Illumina flow cells, 800 to 1200 K/mm^2 is typical. Overcrowding produces low quality data.
- Q30 score: Percentage of bases with quality score > 30. Modern Illumina runs should exceed 85% Q30.
- Alignment rate: Less than 80% mapping to the reference suggests contamination, poor library quality, or a mismatched reference.
- Duplication rate: PCR duplicates are expected (5 to 30% for human WGS). Higher rates indicate low input or over cycling.
- Coverage uniformity: In targeted sequencing, check that all regions have adequate coverage. Use tools like Picard CollectHsMetrics.
Common Mistakes When Using NGS
Mistake 1: Over amplifying the library. More PCR cycles introduce bias and duplicates. Keep cycles below 12 for most applications.
Mistake 2: Ignoring batch effects. If you process samples on different days or reagent lots, include a control sample in every batch. Normalization methods can reduce but not eliminate batch effects.
Mistake 3: Using wrong reference genome. Always download the current reference from NCBI or Ensembl. For human, use GRCh38 and avoid mixing builds.
Mistake 4: Neglecting contamination. Cross contamination during library preparation is common. Use unique dual indexes and keep a reagent only control (no template) through the whole workflow.
Mistake 5: Treating all reads as equal. Reads from repetitive regions or with low mapping quality should be filtered. Standard filters include mapping quality > 20 and base quality > 30.
Mistake 6: Believing every variant call. Even with high coverage, false positives occur near homopolymers or in GC rich regions. Use variant quality score recalibration (VQSR) and confirm at least two supporting reads per strand.
Limits of Interpretation
NGS is powerful but has well defined boundaries. You cannot detect large structural variants with short read data alone unless you use specialized methods (e.g., paired end or split read analysis). Repetitive regions like centromeres and telomeres remain inaccessible. RNA seq provides relative expression, not absolute transcript counts. Metagenomic classification depends on the reference database, novel organisms are missed.
Clinical interpretation requires careful filtering. Many variants in the human genome are benign, only a small fraction are pathogenic. Use ACMG guidelines and check population databases like gnomAD. A recent perspective on AI and bioinformatics warns that computational predictions must be validated with functional assays Harnessing AI and bioinformatics to combat methicillin resistant Staphylococcus aureus: Innovations in genomic surveillance, diagnosis, and therapeutic development.
Another limit is reproducibility. Even within the same lab, different library kits or sequencing runs can produce slightly different results. Always replicate key findings. Automated workflows, like the one week pooled screen described in a recent paper using OttoSeq, can reduce variability but require upfront optimization A one week automated genome wide optical pooled screen using OttoSeq.
Finally, don't expect NGS to answer questions about gene regulation directly. For that you need functional assays. Predictive models, for example in thermoelectric material design, are not transferable to biological systems Recent advancement in prediction of thermoelectric performance in two dimensional telluride monolayers. Stay within your data's capability.
Frequently Asked Questions
Q: How much DNA do I need for whole genome sequencing? A: Standard Illumina libraries require 100 ng to 1 μg of high molecular weight DNA. Low input kits work with as little as 1 ng but may increase PCR duplicates. Always quantify with a fluorometric method (Qubit) rather than UV spectrophotometry.
Q: Can I use NGS on degraded DNA from FFPE tissues? A: Yes, but you need specialized library preparation that includes repair enzymes and shorter fragmentation. Expect lower mapping rates and higher duplication. Some kits are designed for FFPE input. Validate with a quality score cutoff and use appropriate bioinformatics tools.
Q: What is the difference between single end and paired end sequencing? A: Single end reads one end of each fragment (one read per cluster). Paired end reads both ends, producing two reads per cluster that are a known distance apart. Paired end improves alignment in repetitive regions and enables structural variant and fusion detection. For RNA seq, paired end supports isoform quantification. Use paired end when possible.
Q: How do I choose the right read length? A: For DNA variant calling, 2x150 bp is standard. For de novo assembly of small genomes, 300 bp reads (Illumina MiSeq) or long reads (PacBio, Nanopore) are necessary. RNA seq works with 2x75 bp for gene level quantification, but 2x150 bp helps with isoform analysis. Longer reads increase cost and reduce throughput.
References and Further Reading
- NCBI Bookshelf , Comprehensive textbooks on molecular biology and genomics technologies.
- EMBL-EBI Training , Free online courses covering NGS data analysis and bioinformatics.
- Galaxy Training Network , Hands on tutorials for alignment, variant calling, and RNA seq.
- Bioconductor , Open source software packages for genomic data analysis in R.
- NCBI Sequence Read Archive , Public repository for raw NGS data and metadata.
- Targeted Metagenomics Using Next Generation Sequencing Methods (PubMed 42156648) , Protocol for focused microbial profiling.
- Whole genome sequencing to investigate prevalence and transmission of multidrug resistant Gram negative pathogens (PubMed 42089880) , Applied epidemiology example using NGS.
- Elucidating disease pathogenesis using FFPE samples (PubMed 42218013) , Integration of sequencing and histology.
- Harnessing AI and bioinformatics to combat MRSA (PubMed 42134054) , Review of computational and sequencing approaches.
- A one week automated genome wide optical pooled screen using OttoSeq (PubMed 42393721) , High throughput functional genomics workflow.