Journal Article10.4314/NJTR.V5I0.90306
Parameterized String Matching Algorithms with Application to Molecular Biology
TL;DR: The Boyer Moore type algorithms: Smith, Raita and Quick Search, are extended to solve the parameterized string matching problem by using the q-gram and it is found that Smith algorithm perform better than FPBMH algorithm.
read more
Abstract: In the molecular biology, it is said that two biological sequences tend to have similar properties if they have similar 3-D structures. Hence, it is very important to find not only similar sequences in the string sense, but also structurally similar squences from the database. Parameterized string matchin has been used to find structurally similar sequences from the database. In the parameterized string matching problem, a given pattern P is said to match with a sub-string t of the text T, if there exist a bijection from the symbols of P to the symbols of t. Salmela and Tarhio solve the parameterized string matching problem in sub-linear time by applying the concept of q-gram in the Horspool algorithm (FPBMH). In this paper, we extend the Boyer Moore type algorithms: Smith, Raita and Quick Search, to solve the same problem by using the q-gram. We compare the performance of: FPBMH, Smith, Raita, and Quick search algorithms on DNA alphabet and found that Smith algorithm perform better than FPBMH algorithm. Keywords : Algorithm, prev-encoding, parameterized matching, molecular biology, and RGF String.
read more
Chat with Paper
AI Agents for this Paper
Find similar papers on Google Scholar, PubMed and Arxiv
Write a critical review of this paper
Analyze citations of this paper to find unaddressed research gaps
Citations
Similarity Detection in Biological Sequences using Parameterized Matching and Q-gram
Rama Singh,Deepak Rai,Rajesh Prasad,Rajeev Singh +3 more
- 01 Feb 2018
TL;DR: This paper presents a new algorithm to detect similarity in biological sequences based on the concept of Berry-Ravindran algorithm and q-Gram and shows that this algorithm outperforms existing PBMH-Hash algorithm.
9
A review on parameterized string matching algorithms
TL;DR: This paper displays the review of single pattern parameterized pattern matching algorithms using q-grams having linear time complexities and discusses about the best algorithm that has less number of false matches.
3
Plagiarism detection in software using efficient string matching
Kusum Lata Pandey,Suneeta Agarwal,Sanjay Misra,Rajesh Prasad +3 more
- 18 Jun 2012
TL;DR: An algorithm which gives the best possible shift in the search phase and is faster than the previously known algorithms, which behaves like Berry-Ravindran in the worst case is proposed.
1