How to Find Long Maximal Exact Matches and Ignore Short Ones
Data Structures and Algorithms
2024-07-02 v4
Abstract
Finding maximal exact matches (MEMs) between strings is an important task in bioinformatics, but it is becoming increasingly challenging as geneticists switch to pangenomic references. Fortunately, we are usually interested only in the relatively few MEMs that are longer than we would expect by chance. In this paper we show that under reasonable assumptions we can find all MEMs of length at least between a pattern of length and a text of length in time plus extra time only for each MEM of length at least nearly using a compact index for the text, suitable for pangenomics.
Cite
@article{arxiv.2403.02008,
title = {How to Find Long Maximal Exact Matches and Ignore Short Ones},
author = {Travis Gagie},
journal= {arXiv preprint arXiv:2403.02008},
year = {2024}
}