Research Article Open Access

A Survey of Compute Intensive Algorithms for Ribo Nucleic Acids Structural Detection

Ra’ed Al-Khatib, Rosni Abdullah and Nur’Aini Abdul Rashid

Abstract

Problem statement: Finding an accurate RNA structural alignment from primary sequence due to it is time consuming and computationally NP-hard problem is a major bioinformatics challenge. According to our investigation majority of current researches were concerned on achieving faster execution time, improving space complexity and better cache management. Recently one research introduced cache-efficient Chip Multiprocessor (CMP) algorithms with good speed-up to exploit parallelism in detection the critical path length. Our contribution in this article was a comprehensive survey of methods for solving RNA secondary structure prediction with Pseudoknots (PK) and sequence alignment in bioinformatics. The aim was to highlight the challenges related issues which would provide sufficient information to assist the new coming researchers in this field as well as a good reference guide for bioinformatics professionals. Approach: We computed various algorithms that predicted an RNA molecules secondary structure from primary sequence, without pseudoknots from one side and pseudoknotted RNA secondary structure in the other side. Furthermore, we also reviewed and compared in two tables the methods that developed for RNA structural predictions. Results: Our findings of this survey confirmed that Dynamic Programming (DP) method via CMP algorithms can be used to predict the RNA secondary structure with simple PK and it gives good results. Conclusion: The methods for predicting RNA's structural are coming in two groups: Firstly, pseudoknotted RNA structural problem is computationally complex and secondly, common methods significantly gave not accurate enough results for predicting pseudoknotted RNA.

Journal of Computer Science
Volume 5 No. 10, 2009, 680-689

DOI: https://doi.org/10.3844/jcssp.2009.680.689

Submitted On: 25 June 2009 Published On: 31 October 2009

How to Cite: Al-Khatib, R., Abdullah, R. & Rashid, N. A. (2009). A Survey of Compute Intensive Algorithms for Ribo Nucleic Acids Structural Detection. Journal of Computer Science, 5(10), 680-689. https://doi.org/10.3844/jcssp.2009.680.689

  • 2,327 Views
  • 2,093 Downloads
  • 7 Citations

Download

Keywords

  • Bioinformatics
  • RNA secondary structure
  • pseudoknots
  • dynamic programming
  • NPcomplete