Quantitative Biology > Genomics
[Submitted on 16 Dec 2021 (v1), revised 12 Apr 2022 (this version, v2), latest version 23 May 2023 (v7)]
Title:BLEND: A Fast, Memory-Efficient, and Accurate Mechanism to Find Fuzzy Seed Matches
View PDFAbstract:Comparing genomic sequences is a fundamental yet costly step in most genomic analyses. It requires identifying similar genomic sequence pairs sharing a sufficient number of short subsequences, called seeds. The length and number of seed matches between sequences directly impact the sensitivity, performance, and memory footprint of today's read mappers. Existing attempts optimizing seed matches suffer from either 1) increasing the use of the costly sequence alignment step due to finding a large number of sequence pairs for alignment or 2) limited sensitivity when finding seed matches. Our goal is to efficiently and effectively identify potentially similar sequences using a small number of seed matches, while tolerating variations within each seed. To this end, we introduce BLEND, a fast, memory-efficient, and accurate mechanism to find approximate (i.e., fuzzy) seed matches. BLEND 1) finds the minimizer k-mers and extends them to increase the length of seeds and 2) utilizes the SimHash technique to enable generating the same hash values for highly similar seeds, which allows matching fuzzy seeds with a single-look up.
We show the benefits of BLEND when used in two important genomics applications: read overlapping and read mapping. For read overlapping, BLEND enables a 2.6x-63.5x (on average 19.5x) faster and 0.9x-9.7x (on average 3.6x) more memory-efficient implementation than the state-of-the-art tool, Minimap2. We observe that BLEND finds better quality overlaps that lead to more accurate de novo assemblies compared to Minimap2. For read mapping, BLEND provides 0.7x-3.7x (on average 1.7x) speedup compared to Minimap2. Source code is available at this https URL.
Submission history
From: Can Firtina [view email][v1] Thu, 16 Dec 2021 08:18:00 UTC (2,340 KB)
[v2] Tue, 12 Apr 2022 09:13:28 UTC (908 KB)
[v3] Wed, 20 Jul 2022 11:25:36 UTC (1,158 KB)
[v4] Wed, 23 Nov 2022 16:13:22 UTC (4,167 KB)
[v5] Tue, 7 Feb 2023 14:49:51 UTC (1,947 KB)
[v6] Mon, 15 May 2023 14:30:20 UTC (4,350 KB)
[v7] Tue, 23 May 2023 13:37:59 UTC (4,352 KB)
References & Citations
Bibliographic and Citation Tools
Bibliographic Explorer (What is the Explorer?)
Connected Papers (What is Connected Papers?)
Litmaps (What is Litmaps?)
scite Smart Citations (What are Smart Citations?)
Code, Data and Media Associated with this Article
alphaXiv (What is alphaXiv?)
CatalyzeX Code Finder for Papers (What is CatalyzeX?)
DagsHub (What is DagsHub?)
Gotit.pub (What is GotitPub?)
Hugging Face (What is Huggingface?)
Papers with Code (What is Papers with Code?)
ScienceCast (What is ScienceCast?)
Demos
Recommenders and Search Tools
Influence Flower (What are Influence Flowers?)
CORE Recommender (What is CORE?)
arXivLabs: experimental projects with community collaborators
arXivLabs is a framework that allows collaborators to develop and share new arXiv features directly on our website.
Both individuals and organizations that work with arXivLabs have embraced and accepted our values of openness, community, excellence, and user data privacy. arXiv is committed to these values and only works with partners that adhere to them.
Have an idea for a project that will add value for arXiv's community? Learn more about arXivLabs.