Unknown

Dataset Information

0

Introducing difference recurrence relations for faster semi-global alignment of long sequences.


ABSTRACT: BACKGROUND:The read length of single-molecule DNA sequencers is reaching 1 Mb. Popular alignment software tools widely used for analyzing such long reads often take advantage of single-instruction multiple-data (SIMD) operations to accelerate calculation of dynamic programming (DP) matrices in the Smith-Waterman-Gotoh (SWG) algorithm with a fixed alignment start position at the origin. Nonetheless, 16-bit or 32-bit integers are necessary for storing the values in a DP matrix when sequences to be aligned are long; this situation hampers the use of the full SIMD width of modern processors. RESULTS:We proposed a faster semi-global alignment algorithm, "difference recurrence relations," that runs more rapidly than the state-of-the-art algorithm by a factor of 2.1. Instead of calculating and storing all the values in a DP matrix directly, our algorithm computes and stores mainly the differences between the values of adjacent cells in the matrix. Although the SWG algorithm and our algorithm can output exactly the same result, our algorithm mainly involves 8-bit integer operations, enabling us to exploit the full width of SIMD operations (e.g., 32) on modern processors. We also developed a library, libgaba, so that developers can easily integrate our algorithm into alignment programs. CONCLUSIONS:Our novel algorithm and optimized library implementation will facilitate accelerating nucleotide long-read analysis algorithms that use pairwise alignment stages. The library is implemented in the C programming language and available at https://github.com/ocxtal/libgaba .

SUBMITTER: Suzuki H 

PROVIDER: S-EPMC5836832 | biostudies-literature | 2018 Feb

REPOSITORIES: biostudies-literature

altmetric image

Publications

Introducing difference recurrence relations for faster semi-global alignment of long sequences.

Suzuki Hajime H   Kasahara Masahiro M  

BMC bioinformatics 20180219 Suppl 1


<h4>Background</h4>The read length of single-molecule DNA sequencers is reaching 1 Mb. Popular alignment software tools widely used for analyzing such long reads often take advantage of single-instruction multiple-data (SIMD) operations to accelerate calculation of dynamic programming (DP) matrices in the Smith-Waterman-Gotoh (SWG) algorithm with a fixed alignment start position at the origin. Nonetheless, 16-bit or 32-bit integers are necessary for storing the values in a DP matrix when sequenc  ...[more]

Similar Datasets

| S-EPMC1950549 | biostudies-literature
| S-EPMC7379835 | biostudies-literature
| S-EPMC3534618 | biostudies-literature
| S-EPMC7094160 | biostudies-literature
| S-EPMC6966875 | biostudies-literature
| S-EPMC6137996 | biostudies-literature
| S-EPMC7870619 | biostudies-literature
| S-EPMC3223492 | biostudies-literature
| S-EPMC546147 | biostudies-literature
| S-EPMC4082353 | biostudies-literature