A predicting algorithm of RNA secondary structure based on stems

Zhendong Liu,Hengwu Li,Daming Zhu
DOI: https://doi.org/10.1108/03684921011046825
IF: 2.352
2013-01-01
Kybernetes
Abstract:Purpose - The purpose of this paper is to design an algorithm to predict RNA secondary structure, compared with other relevant algorithm, its time complexity and space complexity are reduced. Design/methodology/approach - The dynamic programming algorithm need more time and space; it is very difficult to predict the RNA secondary structure which have more 1,000 bases. The nested RNA secondary structure algorithms cannot predict the RNA secondary structure containing pseudoknots, so the fast algorithm is needed to predict the RNA secondary structure containing pseudoknots urgently. Based on the greedy principle, a model is designed to solve the problem. Findings - A greedy algorithm is presented to predict RNA secondary structure. Research limitations/implications The problem for predicting RNA secondary structure including pseudoknots is NP-complete. Practical implications - The paper presents a valuable and useful method for predicting the RNA secondary structure. Originality/value - The new algorithm needs O(n(3)) time and O(n) space; the experimental results indicate that the algorithm has good accuracy and sensitivity.
What problem does this paper attempt to address?