4.7 Article

Parallel Methods for Finding k-Mismatch Shortest Unique Substrings Using GPU

Publisher

IEEE COMPUTER SOC
DOI: 10.1109/TCBB.2019.2935061

Keywords

Graphics processing units; Organisms; Proposals; Hamming distance; Central Processing Unit; Tools; String; pattern matching; shortest unique substring; parallel computing; GPU; CUDA

Ask authors/readers for more resources

k-mismatch shortest unique substring (SUS) queries have been proposed in computational biology recently. The challenge lies in finding the SUS for every position of a massively long string in a time- and space-efficient manner. The first parallel approach leveraging GPU technology has been proposed, providing a faster tool for SUS finding and the first practical tool for approximate SUS computation.
k-mismatch shortest unique substring (SUS) queries have been proposed and studied very recently due to its useful applications in the subfield of computational biology. The k-mismatch SUS query over one given position of a string asks for a shortest substring that covers the given position and does not have a duplicate (within a Hamming distance of k) elsewhere in the string. The challenge in SUS query is to collectively find the SUS for every position of a massively long string in a both time- and space-efficient manner. All known efforts and results have been focused on improving and optimizing the time and space efficiency of SUS computation in the sequential CPU model. In this work, we propose the first parallel approach for k-mismatch SUS queries, particularly leveraging on the massive multi-threading architecture of the graphic processing unit (GPU) technology. Experimental study performed on a mid-end GPU using real-world biological data shows that our proposal is consistently faster than the fastest CPU solution by a factor of at least 6 for exact SUS queries (k = 0) and at least 23 for approximate SUS queries over DNA sequences (k > 0), while maintaining nearly the same peak memory usage as the most memory-efficient sequential CPU proposal. Our work provides practitioners a faster tool for SUS finding on massively long strings, and indeed provides the first practical tool for approximate SUS computation, because the any-case quadratical time cost of the state-of-the-art sequential CPU method for approximate SUS queries does not scale well even to modestly long strings.

Authors

I am an author on this paper
Click your name to claim this paper and add it to your profile.

Reviews

Primary Rating

4.7
Not enough ratings

Secondary Ratings

Novelty
-
Significance
-
Scientific rigor
-
Rate this paper

Recommended

No Data Available
No Data Available