Related Experiment Video
Updated: Sep 16, 2025

Detection of Rare Genomic Variants from Pooled Sequencing Using SPLINTER
Published on: June 23, 2012
Accelerating long-read overlap detection for genome assembly with a two-hash table strategy
Mahdie Eghdami1, Mahmoud Naghibzadeh1, Hamid Noori1
1Department of Computer Engineering, Ferdowsi University of Mashhad, Mashhad, Iran.
Abstract:
Genome assembly using long reads, produced by advanced sequencing technologies (e.g., PacBio, Nanopore), has gained widespread popularity due to their ability to span larger genomic regions. However, a crucial step in assembling these reads into a complete genome is detecting overlaps between them- a process that is time-consuming and thus challenging. To address the challenge of slow runtime in detecting overlaps for long-read genome assembly, we introduce a novel method that significantly expedites overlap detection while maintaining accuracy. Although our method follows the traditional three-phase approach of hash table construction, candidate overlap detection, and candidate auditing, we incorporate several key innovations: 1) In addition to the traditional hash table, we construct a second hash table with a different k-mer size in an efficient way. This table is used to refine candidate detection and also overlap region estimation while the traditional first hash table is utilized to find anchors within the estimated overlap region to audit candidates and determine the exact candidate region. 2) Overlap candidates are efficiently and accurately identified using the second hash table. 3) A two-step strategy is employed to reduce computational overhead of candidate auditing. First, we estimate the overlap region, and then we audit candidate and confirm the overlap region using a dynamic programming and the first hash table. Comparative results demonstrate that the proposed overlap detector significantly improves both the assembly quality and speed by efficiently detecting overlapping reads, enabling faster and more comprehensive genome assemblies.
More Related Videos
12:08Hybrid De Novo Genome Assembly for the Generation of Complete Genomes of Urinary Bacteria using Short- and Long-read Sequencing Technologies
Published on: August 20, 2021
06:40G2-seq: A High Throughput Sequencing-based Technique for Identifying Late Replicating Regions of the Genome
Published on: March 22, 2018
Related Concept Videos
Genome Annotation and Assembly
Maxam-Gilbert Sequencing
Challenges of the Maxam-Gilbert Method
The...