International Journal of Computer Applications |
Foundation of Computer Science (FCS), NY, USA |
Volume 176 - Number 23 |
Year of Publication: 2020 |
Authors: Mohammad Hasan, Muhammad Ibrahim Khan, Fatema Tuz Zohra, and Abu Saleh Musa Miah, and Ashrafun Zannat, and Md. Al Hasan, and Md. Mamunur Rashid |
10.5120/ijca2020920252 |
Mohammad Hasan, Muhammad Ibrahim Khan, Fatema Tuz Zohra, and Abu Saleh Musa Miah, and Ashrafun Zannat, and Md. Al Hasan, and Md. Mamunur Rashid . A Time Efficient Approach for Quick Splitting and Finding Maximum Matches Sequences in Bio-sequence Analysis. International Journal of Computer Applications. 176, 23 ( May 2020), 42-48. DOI=10.5120/ijca2020920252
DNA sequence analysis & comparison computation is a vital task in terms of memory & time which is used huge size of data set for biological research. Perfectly aligned sequence find out the matching point or mismatches between two sequences. Our proposed algorithm is composed of two major part. The first part is Fast Splitting(FS), a “Recursive technique” based algorithm which divides the source sequence in appropriate and exact length according to the preference of target sequence. Second part is Fast_Maximum Matches Subsequence Finder(Fast_MMSS). It builds the specialized successor table according to the identical characters of two strings (TLSS & Target Sequence). Then using some special pruning condition, we get the final MMSS. In previous work, dynamic programming and some sorts of Brute force techniques are applied which are faster in terms of time but requires huge memory, while our proposed algorithm maintains the ‘Time and Space’ tradeoff.