Finding Maximal Exact Matches in Graphs
Abstract
We study the problem of finding maximal exact matches (MEMs) between a query string and a labeled graph . MEMs are an important class of seeds, often used in seed-chain-extend type of practical alignment methods because of their strong connections to classical metrics. A principled way to speed up chaining is to limit the number of MEMs by considering only MEMs of length at least (-MEMs). However, on arbitrary input graphs, the problem of finding MEMs cannot be solved in truly sub-quadratic time under SETH (Equi et al., ICALP 2019) even on acyclic graphs. In this paper we show an -time algorithm finding all -MEMs between and spanning exactly nodes in , where is the total length of node labels, is the maximum degree of a node in , , and is the number of output MEMs. We use this algorithm to develop a -MEM finding solution on indexable Elastic Founder Graphs (Equi et al., Algorithmica 2022) running in time , where is the maximum number of nodes in a block, and is the total number of -MEMs. Our results generalize to the analysis of multiple query strings (MEMs between and any of the strings). Additionally, we provide some preliminary experimental results showing that the number of graph MEMs is an order of magnitude smaller than the number of string MEMs of the corresponding concatenated collection.
Cite
@article{arxiv.2305.09752,
title = {Finding Maximal Exact Matches in Graphs},
author = {Nicola Rizzo and Manuel Cáceres and Veli Mäkinen},
journal= {arXiv preprint arXiv:2305.09752},
year = {2023}
}
Comments
21 pages, 3 figures. To be published in the proceedings of WABI 2023. This article supersedes part of arXiv:2302.01748