Finding Maximal Exact Matches Using the r-Index.
Finding Maximal Exact Matches Using the r-Index.
复制标题
使用 r 索引查找最大精确匹配。
DOI:
10.1089/cmb.2021.0445
复制
发表时间:
2022
期刊:
影响因子:
--
通讯作者:
Boucher,Christina
中科院分区:
文献类型:
--
作者:
Rossi,Massimiliano;Oliva,Marco;Bonizzoni,Paola;Langmead,Ben;Gagie,Travis;Boucher,Christina
Efficiently finding maximal exact matches (MEMs) between a sequence read and a database of genomes is a key first step in read alignment. But until recently, it was unknown how to build a data structure in space that supports efficient MEM finding, whereris the number of runs in the Burrows–Wheeler Transform. In 2021, Rossi et al. showed how to build a small auxiliary data structure calledthresholdsin addition to ther-index in space. This addition enables efficient MEM finding using ther-index. In this article, we present the tool that implements this solution, which we call MONI. Namely, we give a high-level view of the main components of the data structure and show how the source code can be downloaded, compiled, and used to find MEMs between a set of sequence reads and a set of genomes.