Sapling: accelerating suffix array queries with learned data models.
other · Level V
Where this comes from
- Record sourced from PubMed, PMID 33107913.
- Also identified by DOI 10.1093/bioinformatics/btaa911.
- No licence information is recorded for this record.
- Because redistribution is not established, this page shows the abstract only. Follow the links below for the full text.
Abstract
As genomic data becomes more abundant, efficient algorithms and data structures for sequence alignment become increasingly important. The suffix array is a widely used data structure to accelerate alignment, but the binary search algorithm used to query, it requires widespread memory accesses, causing a large number of cache misses on large datasets. Here, we present Sapling, an algorithm for sequence alignment, which uses a learned data model to augment the suffix array and enable faster queries. We investigate different types of data models, providing an analysis of different neural network models as well as providing an open-source aligner with a compact, practical piecewise linear model. We show that Sapling outperforms both an optimized binary search approach and multiple widely used read aligners on a diverse collection of genomes, including human, bacteria and plants, speeding up the algorithm by more than a factor of two while adding <1% to the suffix array's memory footprint. The source code and tutorial are available open-source at https://github.com/mkirsche/sapling. Supplementary data are available at Bioinformatics online.
Medical subject headings
- Genomics
- Software