Long-Read Genome Sequencing
Long read genome sequencing refers to a set of DNA sequencing technologies that produce contiguous sequence reads typically tens to hundreds of kilobases in length, in contrast to short read platforms that generate reads of 100 to 300 base pairs. This guide is for researchers, bioinformaticians, and clinical laboratory scientists who need a practical, source bounded framework for deciding when and how to use long read sequencing, executing a project, and interpreting results without overclaiming what the data can tell you. The NCBI Bookshelf provides authoritative background on sequencing technologies, while EMBL EBI Training offers structured courses on downstream analysis. Both resources anchor the technical claims in this guide.
Two technologies dominate the long read landscape today. Pacific Biosciences (PacBio) circular consensus sequencing (CCS) yields highly accurate single molecule reads with an error rate near 1 percent after polishing. Oxford Nanopore Technology (ONT) reads individual DNA strands passing through a protein nanopore and can produce ultra long reads exceeding one megabase, though raw per base accuracy remains around 5 to 15 percent and requires correction. The choice between them depends on your accuracy needs, throughput requirements, and budget. In practice, many projects combine long reads for scaffolding and structural variant detection with short reads for polishing. A recent study using ONT in combination with AlphaFold modeling and statistical design to boost 1 hydroxyphenazine yield in Pseudomonas aeruginosa illustrates how long read assemblies can drive metabolic engineering Modular integration of nanopore sequencing, alphafold modeling, and statistical design boosts 1-hydroxyphenazine yield in Pseudomonas aeruginosa strain KAEH25. Another example is the integrated analysis of STRC variants in hereditary hearing impairment, which used maker mediated refinement of long read sequencing with MLPA validation to resolve complex genomic rearrangements Integrated analysis of STRC variants in hereditary hearing impairment using maker-mediated refinement of long-read sequencing with MLPA validation.
At a Glance
| Aspect | Key Information |
|---|---|
| Read length | 10 kb to 1+ Mb depending on platform and sample preparation |
| Raw accuracy | PacBio CCS ~99 percent, ONT ~85 to 95 percent raw (99+ percent after consensus) |
| Primary applications | De novo genome assembly, structural variant detection, phasing, repeat rich region resolution |
| Throughput | Up to tens of gigabases per flow cell or SMRT cell |
| Bioinformatics burden | Higher than short reads due to error profiles and computational cost of assembly |
| Data storage | Raw signal files and basecalled reads require large storage allocations |
| Cost per Gb | Higher than short read platforms but falling rapidly |
Decision Criteria
Select long read sequencing when your biological question demands information that short reads cannot fully provide. First priority is genome assembly. Short reads fail to resolve repetitive elements larger than the read length, leading to fragmented assemblies. The Galaxy Training Network provides tutorials demonstrating that even modest long read coverage (30x to 50x) can produce contiguous chromosome level assemblies. Second priority is structural variant detection. Deletions, insertions, inversions, and translocations spanning several kilobases are nearly invisible to short read paired end mapping but become directly observable with long reads. Third priority is haplotype phasing. Long reads that span multiple heterozygous sites allow phase determination without family data. Fourth is resolution of tandem repeats and segmental duplications. These genomic features are associated with human disease and are systematically undercounted by short read approaches.
Choose PacBio CCS if you need high per base accuracy and are willing to accept somewhat shorter maximum read lengths (15 to 25 kb). Choose ONT if you need ultra long reads for gap closure or resolving complex structural variants and can accept higher up front error that requires algorithmic correction. For clinical applications where variant accuracy must meet strict thresholds, Artificial Intelligence in Clinical Genetics reviews how machine learning models are beginning to polish long read assemblies to near Sanger quality but cautions that validation remains essential.
Practical Workflow and Implementation Steps
Step one: Extract high molecular weight (HMW) DNA. This is the most frequent failure point. Standard column based DNA extraction shears DNA to fragment lengths below 30 kb, which defeats the purpose of long read sequencing. Use gentle lysis, proteinase K digestion, and ethanol precipitation. Shear force from pipetting is a common enemy. Measure fragment size by pulsed field gel electrophoresis or a TapeStation. Do not proceed if the average fragment length is below 30 kb for ONT or below 15 kb for PacBio.
Step two: Library preparation. Each platform has its own kit chemistry. ONT ligation based library preparation retains long fragments but requires cleanup steps that can remove molecules below 5 kb. PacBio SMRTbell libraries circularize double stranded fragments. Both platforms require quantification by fluorometry. Use a Qubit or equivalent. Do not rely on spectrophotometry which overestimates double stranded DNA.
Step three: Sequencing run. For ONT, load the library according to the manufacturer´s recommended ng amount. For PacBio, diffusion loading produces more reads but the instrument software controls run time. Monitor the number of active pores and estimated output in real time. A typical ONT PromethION run yields 100 to 150 Gb from one flow cell. A PacBio Sequel IIe run yields 200 to 300 Gb per SMRT cell 8M.
Step four: Basecalling. ONT raw current signals require basecalling by a neural network. Guppy or the newer Dorado software run on a GPU. Use the high accuracy model for most projects and the super accuracy model for high quality assemblies. PacBio instruments basecall automatically and output HiFi reads. The Bioconductor platform provides R packages like Ribbon and GenomicRanges for post basecalling quality assessment.
Step five: Genome assembly. Long read assemblers fall into two classes. Overlap layout consensus assemblers like Flye and Canu work well for bacterial genomes and smaller eukaryotes. String graph assemblers like Miniasm and Raven are faster but produce draft assemblies that need polishing. Run assembler specific quality metrics after each attempt. The Galaxy Training Network has structured workflows that install and run these tools in a reproducible environment.
Step six: Polishing. Polish the draft assembly with the same long reads using a consensus tool like Medaka for ONT or Arrow for PacBio. For final polishing, align short reads if available and run Pilon or Polypolish. This hybrid approach reduces residual errors from homopolymer regions that long read polishers sometimes miss.
Step seven: Quality assessment. Compute contig N50, assembly size relative to expected genome size, and BUSCO completeness scores. The latter measures conserved single copy orthologs to estimate gene content completeness. An assembly should exceed 90 percent BUSCO completeness for a draft reference.
Quality Checks
Every assembly must be subjected to structural validation. The Stash data structure for stochastic tile hashing offers a novel method for detecting genome misassemblies by comparing read coverage patterns across candidate breakpoints. Run Stash or a similar breakpoint detection tool before publishing any long read assembly. Additional quality checks include checking for unexpected circularization of bacterial chromosomes, verifying that organelle genomes assemble as single contigs, and confirming that known tandem repeat copy numbers match orthogonal measurements.
Check coverage uniformity. Long read libraries often exhibit coverage bias toward GC neutral regions. Low coverage valleys may indicate repeat induced collapse or polymerase drop off. Visualize coverage along each contig using IGV or a Bioconductor package. Re sequence any contig where coverage drops below 15x.
Common Mistakes
The most common mistake is under investing in DNA quality. Researchers frequently blame the sequencing platform when the real problem is fragmented starting material. A library prepared from degraded DNA will produce few reads longer than 5 kb, which defeats the cost benefit of long read sequencing. Always check fragment size before library preparation.
Second is using too little coverage. For a diploid human genome, 30x coverage of long reads produces a fragmented assembly. Aim for 60x or more for heterozygous genomes. For bacterial genomes, 50x is typically sufficient but coverage below 30x yields many small contigs.
Third is ignoring basecalling model selection. Using a fast model for ONT to save compute time introduces systematic errors that no amount of polishing fully removes. Always use the accuracy tier that matches your project goals.
Fourth is overtrimming reads. Adapter trimming is necessary but trimming based on quality scores reduces read length. Long read basecallers produce per base quality estimates that correlate with raw signal, but aggressive quality trimming eliminates the longest reads. Use adapter only trimming unless you see systematic base errors at read ends.
Fifth is equating raw error rate with final assembly accuracy. Raw ONT reads may have 10 percent error, but a polished ONT assembly can achieve 99.9 percent consensus accuracy. Cite error rates in context of the final assembly not the raw data.
Limits of Interpretation
Long read sequencing does not solve every genomics problem. Homopolymer stretches longer than 10 bases remain difficult for ONT basecalling and cause indel errors even after polishing. PacBio CCS performs better on homopolymers but still miscounts when runs exceed 25 bases. For clinical reporting, Sanger validation of homopolymer associated variants remains necessary.
Structural variant calling from long reads is powerful but not exhaustive. Inversions of less than 1 kb are frequently missed. Tandem duplications and complex rearrangements involving multiple breakpoints require manual review. The evolutionary dynamics study of Salmonella Infantis harbouring the pESI megaplasmid demonstrates that long read plasmid reconstruction can reveal structural details invisible to short reads, but the same study notes that plasmid copy number variation remains difficult to quantify accurately.
Base modification detection is a growing capability of both platforms. ONT directly senses methylated bases during translocation, and PacBio detects kinetic pauses at modified bases. However, quantitative comparison across samples is confounded by sequence context effects and coverage depth. Treat modified base fraction estimates as semi quantitative.
Cost and throughput remain trade offs. Long read sequencing is more expensive per gigabase than short read sequencing. For projects that do not require contiguous assembly or structural variant resolution, short reads may be the more efficient choice. The Durum Wheat reference genome update used PacBio long reads to achieve a highly contiguous assembly of a large polyploid genome, but the cost of such an undertaking for a single species is not always justifiable for smaller labs.
Frequently Asked Questions
What is the difference between long read and short read sequencing? Short reads (Illumina, Ion Torrent) produce reads of 100 to 300 bp with very low error rates. Long reads (PacBio, ONT) produce reads from 10 kb to over 100 kb with higher raw error rates. The main practical difference is that long reads can span repetitive elements and structural variants in a single read, while short reads require computational inference to resolve those features.
How accurate are long read sequencing platforms? Raw read accuracy varies widely. PacBio HiFi reads achieve approximately 99 percent accuracy per read. ONT raw reads have 85 to 95 percent accuracy depending on the basecalling model used. After polishing a genome assembly with consensus methods, both platforms can reach 99.9 percent or higher. The final accuracy depends on coverage depth, basecaller choice, and polishing strategy.
What are the main applications of long read sequencing? The most common applications are de novo genome assembly, detection of structural variants larger than 50 bp, haplotype phasing, resolution of repetitive regions, and full length transcript sequencing. Emerging applications include direct RNA sequencing, epigenetic modification profiling, and metagenomic assembly of complex microbial communities.
How much coverage is needed for a good genome assembly? For bacterial genomes, 50x coverage of long reads typically yields a complete or near complete assembly. For small eukaryotic genomes, 50 to 80x is recommended. For complex polyploid genomes like those of wheat or human, 80x to 100x or more is advisable. Lower coverage still produces useful drafts but with more contigs and more polishing required.
References and Further Reading
- NCBI Bookshelf: technical background on sequencing technologies NCBI Bookshelf
- EMBL EBI Training: structured courses on genome analysis EMBL-EBI Training
- Galaxy Training Network: reproducible bioinformatics workflows for long read assembly Galaxy Training Network
- Bioconductor: R packages for long read data analysis Bioconductor
- NCBI Sequence Read Archive: repository for public long read datasets NCBI Sequence Read Archive
- Modular integration of nanopore sequencing and AlphaFold modeling: application to bacterial metabolic engineering Modular integration of nanopore sequencing, alphafold modeling, and statistical design boosts 1-hydroxyphenazine yield in Pseudomonas aeruginosa strain KAEH25
- Artificial Intelligence in Clinical Genetics: review of machine learning for long read polishing Artificial Intelligence in Clinical Genetics: Current Applications and Challenges
- Stash for genome misassembly detection: innovative quality assessment tool Genome misassembly detection using Stash: A data structure based on stochastic tile hashing
- Salmonella Infantis pESI megaplasmid: long read reconstruction of a multidrug resistant plasmid Evolutionary dynamics of the multidrug-resistant Salmonella Infantis harbouring the pESI megaplasmid across Europe
- Durum Wheat reference genome update: PacBio long read assembly of a polyploid plant genome Durum Wheat cv. Svevo Reference Genome Rel.2.0: A Comprehensive Tool for Wheat Genomics