An Improved Gene Sequence Matching Algorithm

Long XU,Xiaojie LIU,Weiran YUE
DOI: https://doi.org/10.3969/j.issn.2095-347X.2017.03.011
2017-01-01
Abstract:In this paper,an improved pattern string mactching algorithm based on BM algorithm is proposed.The algorithm adopts bidirectional matching,considering the current mismatching character in a text string and the last character of the pattern string corresponds to the character of the main string and the next character of the relationship between the three,at the same time,the jumping is not carried out in the case of losing a match,but the next character of the text character corresponding to the current mismatched character or pattern string character is preliminarily judged whether the tail character of the text window is the same as the pattern string character after the next jump,and then determine the jump distance of the pattern string.The experimental result show that the improved algorithm is better than the BM algorithm and BMHS algorithm when the improved algorithm is used for DNA alignment.
What problem does this paper attempt to address?