12313

Fast Sequence Alignment Method Using CUDA-enabled GPU

Yeim-Kuan Chang, De-Yu Chen
Department of Computer Science and Information Engineering, National Cheng Kung University, Tainan, Taiwan
National Cheng Kung University, 2013

@article{chang2013fast,

   title={Fast Sequence Alignment Method Using CUDA-enabled GPU},

   author={Chang, Yeim-Kuan and Chen, De-Yu},

   year={2013}

}

Download Download (PDF)   View View   Source Source   

1438

views

Sequence alignment is a task that calculates the degree of similarity between two sequences. Given a query sequence, finding a database sequence which is most similar to the query by sequence alignment is the first step in bioinformatics research. The first sequence alignment algorithm was proposed by Needle-man and Wunsch. They got the optimal global alignment by using dynamic programming method. Afterwards, Smith and Waterman proposed the optimal local alignment. However, the number of sequences in the database increases exponentially every year and the cost of these two algorithms is expensive in terms of running time and memory space. Thus, accelerating the sequence alignment algorithm has become the trend in recent years. In this paper, we present a fast sequence alignment method using CUDA-enabled GPU. We first redefine the recursive formula of Smith-Waterman algorithm so that one row of the matrix can be calculated in parallel. Then, we use the prefix max scan method to reduce the computation complexity for each row. In addition, only on-chip shared memory is used for reducing the penalty of memory accesses. Experimental results show that the proposed method is in average 50 times faster than implementation of Smith-Waterman based on CPU, 2~4 times faster than other GPU-based versions of Smith-Waterman algorithm.
No votes yet.
Please wait...

* * *

* * *

HGPU group © 2010-2024 hgpu.org

All rights belong to the respective authors

Contact us: