Title :
FastLSA: a fast, linear-space, parallel and sequential algorithm for sequence alignment
Author :
Driga, Adrian ; Lu, Paul ; Schaeffer, Jonathan ; Szafron, Duane ; Charter, Kevin ; Parsons, Ian
Author_Institution :
Dept. of Comput. Sci., Alberta Univ., Edmonton, Alta.
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(mtimesn) time and use a possibly prohibitive O(timesn) 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
Keywords :
computational complexity; dynamic programming; parallel algorithms; sequences; DNA sequences; FastLSA algorithm; Hirschberg algorithm; Needleman-Wunsch algorithm; Smith-Waterman algorithm; bioinformatics; computational complexity; dynamic programming alignment algorithm; fast linear space alignment; pairwise sequence alignment; protein sequences; wavefront parallelism; Amino acids; Bioinformatics; Concurrent computing; Costs; DNA; Dynamic programming; Heuristic algorithms; Parallel processing; Proteins; Sequences;
Conference_Titel :
Parallel Processing, 2003. Proceedings. 2003 International Conference on
Conference_Location :
Kaohsiung
Print_ISBN :
0-7695-2017-0
DOI :
10.1109/ICPP.2003.1240565