Abstract

BackgroundRNA structure prediction problem is a computationally complex task, especially with pseudo-knots. The problem is well-studied in existing literature and predominantly uses highly coupled Dynamic Programming (DP) solutions. The problem scale and complexity become embarrassingly humungous to handle as sequence size increases. This makes the case for parallelization. Parallelization can be achieved by way of networked platforms (clusters, grids, etc) as well as using modern day multi-core chips.MethodsIn this paper, we exploit the parallelism capabilities of the IBM Cell Broadband Engine to parallelize an existing Dynamic Programming (DP) algorithm for RNA secondary structure prediction. We design three different implementation strategies that exploit the inherent data, code and/or hybrid parallelism, referred to as C-Par, D-Par and H-Par, and analyze their performances. Our approach attempts to introduce parallelism in critical sections of the algorithm. We ran our experiments on SONY Play Station 3 (PS3), which is based on the IBM Cell chip.ResultsOur results suggest that introducing parallelism in DP algorithm allows it to easily handle longer sequences which otherwise would consume a large amount of time in single core computers. The results further demonstrate the speed-up gain achieved in exploiting the inherent parallelism in the problem and also elicits the advantages of using multi-core platforms towards designing more sophisticated methodologies for handling a fairly long sequence of RNA.ConclusionThe speed-up performance reported here is promising, especially when sequence length is long. To the best of our literature survey, the work reported in this paper is probably the first-of-its-kind to utilize the IBM Cell Broadband Engine (a heterogeneous multi-core chip) to implement a DP. The results also encourage using multi-core platforms towards designing more sophisticated methodologies for handling a fairly long sequence of RNA to predict its secondary structure.

Highlights

  • ribonucleic acid (RNA) structure prediction problem is a computationally complex task, especially with pseudo-knots

  • Results and discussions we elaborate the results obtained through our parallelization efforts and discuss the results based on two criteria - correctness verification and performance comparison

  • The Sony Play Station 3 was coinstalled with a Linux Operating System with Linux kernel 2.6.x

Read more

Summary

Introduction

RNA structure prediction problem is a computationally complex task, especially with pseudo-knots. The problem scale and complexity become embarrassingly humungous to handle as sequence size increases. We describe RNA secondary structure prediction from a dynamic programming perspective and list related works. We analyze a Dynamic Programming (DP) algorithm for RNA secondary structure prediction. A RNA sequence folds upon itself to form bonds among its molecules known as base pairs and the overall structure is referred as its secondary structure. Elucidation of structural features of pseudoknots and reliable prediction of pseudoknots in RNA secondary structure using sequence data are important for understanding structurefunction relationships in many RNA molecules

Objectives
Methods
Results
Conclusion
Full Text
Paper version not known

Talk to us

Join us for a 30 min session where you can share your feedback and ask us any queries you have

Schedule a call