An incrementally updatable and scalable system for large-scale sequence search using the Bentley–Saxe transformation
An incrementally updatable and scalable system for large-scale sequence search using the Bentley–Saxe transformation
复制标题
使用 Bentley Saxe 变换进行大规模序列搜索的增量更新和可扩展系统
DOI:
10.1093/bioinformatics/btac142
复制
发表时间:
2022
期刊:
影响因子:
5.8
通讯作者:
Boeva, ed., Valentina
中科院分区:
文献类型:
--
作者:
Almodaresi, Fatemeh;Khan, Jamshed;Madaminov, Sergey;Ferdman, Michael;Johnson, Rob;Pandey, Prashant;Patro, Rob;Boeva, ed., Valentina
MotivationIn the past few years, researchers have proposed numerous indexing schemes for searching large datasets of raw sequencing experiments. Most of these proposed indexes are approximate (i.e. with one-sided errors) in order to save space. Recently, researchers have published exact indexes—Mantis, VariMerge and Bifrost—that can serve as colored de Bruijn graph representations in addition to serving ask-mer indexes. This new type of index is promising because it has the potential to support more complex analyses than simple searches. However, in order to be useful as indexes for large and growing repositories of raw sequencing data, they must scale to thousands of experiments and support efficient insertion of new data.ResultsIn this paper, we show how to build a scalable and updatable exact raw sequence-search index. Specifically, we extend Mantis using the Bentley–Saxe transformation to support efficient updates, called Dynamic Mantis. We demonstrate Dynamic Mantis’s scalability by constructing an index ofK samples from SRA by adding samples one at a time to an initial index of 10K samples. Compared to VariMerge and Bifrost, Dynamic Mantis is more efficient in terms of index-construction time and memory, query time and memory and index size. In our benchmarks, VariMerge and Bifrost scaled to only 5K and 80 samples, respectively, while Dynamic Mantis scaled to more than 39K samples. Queries were overfaster in Mantis than in Bifrost (VariMerge does not immediately support general search queries we require). Dynamic Mantis indexes were aboutsmaller than Bifrost’s indexes and about half as big as VariMerge’s indexes.Availability and implementationDynamic Mantis implementation is available at https://github.com/splatlab/mantis/tree/mergeMSTs.Supplementary informationSupplementary data are available atBioinformaticsonline.