RNA Folding Simulation by Giff Ransom RNA Folding Simulation.

8
RNA Folding Simulation by Giff Ransom RNA Folding Simulation

Transcript of RNA Folding Simulation by Giff Ransom RNA Folding Simulation.

Page 1: RNA Folding Simulation by Giff Ransom RNA Folding Simulation.

RNA FoldingSimulation

by Giff Ransom

RNA FoldingSimulation

Page 2: RNA Folding Simulation by Giff Ransom RNA Folding Simulation.

Scientific Background

• RNA molecules are single stranded copies of a segment of a gene in the DNA.

• Though a DNA strand is locked in a double helix with its partner, making their three dimensional structure predictable and stable, RNA molecules have no such complementary strand.

• Rather than staying stretched out in a line, RNA molecules tend to fold back on themselves, and the three-dimensional shape formed by a given strand is important for studying its interaction with other molecules.

Page 3: RNA Folding Simulation by Giff Ransom RNA Folding Simulation.

Scientific Background

• As an RNA molecule folds, its bases bond with other complementary bases in the strand, similar to DNA. However, since the sequence isn't symmetrical, it will not match perfectly and form a double helix. Exactly which bases line up with their pair determines the most stable structure of the RNA molecule.

• Most biologists use two-dimensional simulations when they need to find the ideal configuration for a given RNA molecule. However, these do not provide an accurate representation of the three-dimensional dynamics and emerging structure.

Page 4: RNA Folding Simulation by Giff Ransom RNA Folding Simulation.

3D Simulation

• Three-dimensional molecular dynamic simulations give a much better glimpse of the RNA molecule's structure, as well as a more accurate prediction of the actual shape.

• Ideally, each atom of the molecule would be modeled, but this limits the size and scope of the simulation.

Page 5: RNA Folding Simulation by Giff Ransom RNA Folding Simulation.

Kurt Grunberger, 2002

The molecular structure can be simplified while still fairly accurately predicting the RNA tertiary structure

Page 6: RNA Folding Simulation by Giff Ransom RNA Folding Simulation.

My Model

• I intend to create a 3D RNA folding simulation accurate enough to reproduce experimental configurations for small RNA molecules.

• Rather than implementing an atomic-level molecular dynamics engine, my model will operate on the higher level of bases and sugars. I aim to achieve computational simplicity while retaining the basic forces and angles between key elements.

Page 7: RNA Folding Simulation by Giff Ransom RNA Folding Simulation.

So Far…

• Created a basic simulation using the DNA double helix structure as the resting point for my spring constants

• Implemented bond length and bond angle springs

• Verlet integration• Electrostatic attraction

and repulsion in bases• Very basic rigid body (i.e.

angular forces) dynamics on bases

Page 8: RNA Folding Simulation by Giff Ransom RNA Folding Simulation.

Yet to Do…

• It just doesn’t look right yet – needs a good bit of tweaking

• Use constraints rather than springs on the bond-lengths

• Implement torsional potential if necessary