Indel-tolerant Read Mapping with Trinucleotide Frequencies using Cache-Oblivious kd-Trees

M. Mahmud, J. Wiedenhoeft and A. Schliep

Bioinformatics 2012, 28:18, i325–i332.

Motivation: Mapping billions of reads from next generation sequencing experiments to reference genomes is a crucial task, which can require hundreds of hours of running time on a single CPU even for the fastest known implementations. Traditional approaches have difficulties dealing with matches of large edit distance, particularly in the presence of frequent or large insertions and deletions (indels). This is a serious obstacle both in determining the spectrum and abundance of genetic variations and in personal genomics.Results: For the first time, we adopt the approximate string matching paradigm of geometric embedding to read mapping, thus rephrasing it to nearest neighbor queries in a q-gram frequency vector space. Using the L1 distance between frequency vectors has the benefit of providing lower bounds for an edit distance with affine gap costs. Using a cache-oblivious kd-tree, we realize running times, which match the state-of-the-art. Additionally, running time and memory requirements are about constant for read lengths between 100 and 1000 bp. We provide a first proof-of-concept that geometric embedding is a promising paradigm for read mapping and that L1 distance might serve to detect structural variations. TreQ, our initial implementation of that concept, performs more accurate than many popular read mappers over a wide range of structural variants. Availability and implementation: TreQ will be released under the GNU Public License (GPL), and precomputed genome indices will be provided for download at http://treq.sf.net. Contact: pavelm@cs.rutgers.edu

Supplementary information is available at https://schlieplab.org/Static/Downloads/TreQ-sup.pdf. A reprint is available as PDF.

Pubmed ID: 22962448. DOI: 10.1093/bioinformatics/bts380.

The publication includes results from the following projects or software tools: HTSMethods.

Further publications by Alexander Schliep, Ivan G Costa, John Wiedenhoeft.