|
Published Articles >> Table of Contents >> Abstract
2003 International Conference on Parallel Processing (ICPP'03)
p. 48
FastLSA: A Fast, Linear-Space, Parallel and Sequential Algorithm for Sequence Alignment
Adrian Driga, University of Alberta
Paul Lu, University of Alberta
Jonathan Schaeffer, University of Alberta
Duane Szafron, University of Alberta
Kevin Charter, University of Alberta
Ian Parsons, University of Alberta
Full Article Text:
 
DOI Bookmark: http://doi.ieeecomputersociety.org/10.1109/ICPP.2003.1240565
Send link to a friend
| Abstract |
|
Pairwise sequence alignment is a fundamental operation for homology search in bioinformatics. For two DNA or protein sequences of length m and n, full-matrix (FM), dynamic programming alignment algorithms such as Needleman-Wunsch and Smith-Waterman take O(m \times n) time and use a possibly prohibitive O(m \times n) space. Hirschberg's algorithm reduces the space requirements to O(min(m,n)), but requires approximately twice the number of operations required by the FM algorithms. The Fast Linear Space Alignment (FastLSA) algorithm adapts to the amount of space available by trading space for operations. FastLSA can effectively adapt to use either linear or quadratic space, depending on the amount of available memory. Our experiments show that, in practice, due to memory caching effects, FastLSA is always as fast or faster than Hirschberg and the FM algorithms. We have also parallelized FastLSA using a simple but effective form of wavefront parallelism. Our experimental results show that Parallel FastLSA exhibits good speedups.
|
Additional Information
|
Citation:
Adrian Driga, Paul Lu, Jonathan Schaeffer, Duane Szafron, Kevin Charter, Ian Parsons,
"FastLSA: A Fast, Linear-Space, Parallel and Sequential Algorithm for Sequence Alignment,"
icpp,
p. 48,
2003 International Conference on Parallel Processing (ICPP'03),
2003
|
|