Chaining of Maximal Exact Matches in Graphs
Data Structures and Algorithms
2023-07-06 v3
Abstract
We show how to chain maximal exact matches (MEMs) between a query string and a labeled directed acyclic graph (DAG) to solve the longest common subsequence (LCS) problem between and . We obtain our result via a new symmetric formulation of chaining in DAGs that we solve in time, where , is the total length of node labels, is the minimum number of paths covering the nodes of and is the number of MEMs between and node labels, which we show encode full MEMs.
Keywords
Cite
@article{arxiv.2302.01748,
title = {Chaining of Maximal Exact Matches in Graphs},
author = {Nicola Rizzo and Manuel Cáceres and Veli Mäkinen},
journal= {arXiv preprint arXiv:2302.01748},
year = {2023}
}
Comments
17 pages, 2 figures