AMAS: optimizing the partition and filtration of adaptive seeds to speed up read mapping
Ngoc Hieu Tran, Xin Chen

TL;DR
AMAS is a novel read mapping tool that uses adaptive seeds and efficient filtration to identify all possible NGS read locations in a reference sequence, significantly speeding up the process while maintaining accuracy.
Contribution
This paper introduces AMAS, a new read mapper that employs adaptive seeds and optimized filtering to enhance speed without sacrificing sensitivity.
Findings
AMAS runs several times faster than existing mappers.
AMAS maintains high sensitivity in identifying all mapping locations.
The tool is freely available and implemented in C++ using SeqAn.
Abstract
Background: Identifying all possible mapping locations of next-generation sequencing (NGS) reads is highly essential in several applications such as prediction of genomic variants or protein binding motifs located in repeat regions, isoform expression quantification, metagenomics analysis, etc. However, this task is very time-consuming and majority of mapping tools only focus on one or a few best mapping locations. Results: We propose AMAS, an alignment tool specialized in identifying all possible mapping locations of NGS reads in a reference sequence. AMAS features an effective use of adaptive seeds to speed up read mapping while preserving sensitivity. Specifically, an index is designed to pre-store the locations of adaptive seeds in the reference sequence, efficiently reducing the time for seed matching and partitioning. An accurate filtration of adaptive seeds is further applied to…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
