Abstract
Abstract
Background
We study the problem of finding maximal exact matches (MEMs) between a query string Q and a labeled graph G. 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 $$\kappa$$
κ
($$\kappa$$
κ
-MEMs). However, on arbitrary input graphs, the problem of finding MEMs cannot be solved in truly sub-quadratic time under SETH (Equi et al., TALG 2023) even on acyclic graphs.
Results
In this paper we show an $$O(n\cdot L \cdot d^{L-1} + m + M_{\kappa ,L})$$
O
(
n
·
L
·
d
L
-
1
+
m
+
M
κ
,
L
)
-time algorithm finding all $$\kappa$$
κ
-MEMs between Q and G spanning exactly L nodes in G, where n is the total length of node labels, d is the maximum degree of a node in G, $$m = |Q|$$
m
=
|
Q
|
, and $$M_{\kappa ,L}$$
M
κ
,
L
is the number of output MEMs. We use this algorithm to develop a $$\kappa$$
κ
-MEM finding solution on indexable Elastic Founder Graphs (Equi et al., Algorithmica 2022) running in time $$O(nH^2 + m + M_\kappa )$$
O
(
n
H
2
+
m
+
M
κ
)
, where H is the maximum number of nodes in a block, and $$M_\kappa$$
M
κ
is the total number of $$\kappa$$
κ
-MEMs. Our results generalize to the analysis of multiple query strings (MEMs between G and any of the strings). Additionally, we provide some 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.
Conclusions
We show that seed-chain-extend type of alignment methods can be implemented on top of indexable Elastic Founder Graphs by providing an efficient way to produce the seeds between a set of queries and the graph. The code is available in https://github.com/algbio/efg-mems.
Funder
H2020 Marie Skłodowska-Curie Actions
Academy of Finland
University of Helsinki
Publisher
Springer Science and Business Media LLC
Reference47 articles.
1. Needleman SB, Wunsch CD. A general method applicable to the search for similarities in the amino acid sequence of two proteins. J Mol Biol. 1970;48(3):443–53.
2. Wagner RA, Fischer MJ. The string-to-string correction problem. J ACM. 1974;21(1):168–73.
3. Bringmann K, Künnemann M. Quadratic conditional lower bounds for string problems and dynamic time warping. In: 2015 IEEE 56th Annual Symposium on Foundations of Computer Science, pp. 79–97 (2015). IEEE.
4. Backurs A, Indyk P. Edit distance cannot be computed in strongly subquadratic time (unless SETH is false). SIAM J Comput. 2018;47(3):1087–97. https://doi.org/10.1137/15M1053128.
5. Abouelhoda MI. A chaining algorithm for mapping cDNA sequences to multiple genomic sequences. In: Ziviani, N., Baeza-Yates, R.A. (eds.) String Processing and Information Retrieval, 14th International Symposium, SPIRE 2007, Santiago, Chile, October 29-31, 2007, Proceedings. Lecture Notes in Computer Science, vol. 4726, pp. 1–13. Springer, Berlin, Heidelberg (2007). 10.1007/978-3-540-75530-2_1.