2020 IEEE International Conference on Bioinformatics and Biomedicine (BIBM) 2020
DOI: 10.1109/bibm49941.2020.9313429
|View full text |Cite
|
Sign up to set email alerts
|

SLPal: Accelerating Long Sequence Alignment on Many-Core and Multi-Core Architectures

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
2
1

Citation Types

0
5
0

Year Published

2021
2021
2023
2023

Publication Types

Select...
5
1

Relationship

0
6

Authors

Journals

citations
Cited by 6 publications
(5 citation statements)
references
References 19 publications
0
5
0
Order By: Relevance
“…However, these techniques have a lengthy calculation time [18]. It is divided into two stages [19]: 1-Stage 1 Given input sequences x and y of lengths K and L, respectively, calculate the similarity score. In order to implement the Needleman-Wunsch method, a dynamic programming (DP) matrix F is kept up-to-date.…”
Section: Needleman-wunsch Algorithmmentioning
confidence: 99%
“…However, these techniques have a lengthy calculation time [18]. It is divided into two stages [19]: 1-Stage 1 Given input sequences x and y of lengths K and L, respectively, calculate the similarity score. In order to implement the Needleman-Wunsch method, a dynamic programming (DP) matrix F is kept up-to-date.…”
Section: Needleman-wunsch Algorithmmentioning
confidence: 99%
“…There are four phases in the implementation: matrix initialization, similarity score calculation, traceback and result generation [ 9 ]. As shown in Fig.…”
Section: Implementation Details: the Step-by-step Visualization Proce...mentioning
confidence: 99%
“…The NW algorithm is a type of pairwise sequence alignment algorithm based on DP; it is mainly used to obtain the optimal global alignment between two biological sequences (e.g., DNA, RNA, and protein) in O(MN) time and space. The NW algorithm is divided into four phases: matrix initialization, similarity score calculation, traceback, and result generation [8]. Figure 1 shows the pseudocode of the algorithm for computing the scoring H matrix.…”
Section: A Nw Algorithmmentioning
confidence: 99%