Loops Guide

mpb21’s Loop Guide:

When solving challenge puzzles and submitting solutions for the RNA Lab, it is important to pay attention to the loops. Because it is just as important to make sure that the pairs stay together as it is to make sure that the loops stay apart.

http://getsatisfaction.com/eternagame…

The general method for solving a loop is to place the pairs in the stacks around it, then start on the loop. First, note the free energy contribution of the loop by mousing over the loop and looking at the free energy display in the top left corner. Then mutate the nucleotides that are adjacent to the pairing nucleotides (circled in black in the picture below) to G’s one at a time. I have always gotten the best results by mutating to guanine (G), the reason for that is that guanine is the biggest base so it’s size likely helps stabilize the loop. Do this for each of the adjacent nucleotides hitting undo after each one and paying attention to which makes the free energy of the loop go to the lowest value.

Photobucket
“Adjacent” nucleotides circled in black.

Common loops

Following are some of the more common loops that you will see and the improvements that can be made by adding one or more G’s to the loop.

1-1 Loop

Before:
Photobucket
1.7kcal/mol

After:
Photobucket
-0.4 kcal/mol

2-2 Loop

Before:
Photobucket
2.8 kcal/mol

After:
Photobucket
0.5 kcal/mol

1-3 Loop

Before:
Photobucket
4.1 kcal/mol

After:
Photobucket
1.9 kcal/mol

4-1 Loop

Before:
Photobucket
4.7 kcal/mol

After:
Photobucket
2.5 kcal/mol

4 Loop

Before:
Photobucket
5.3 kcal/mol

After:
Photobucket
2.5 kcal/mol

5 Loop

Before:
Photobucket
5.1 kcal/mol

After:
Photobucket
4.5 kcal/mol

Putting guanine’s in the adjacent positions can be crucial for stabilizing short stacks. For example, the top loop in the Saccharomyces Cerevisiae puzzle requires a G in a particular place to make it fold properly.

Does not fold:
Photobucket

Folds:
Photobucket

This is not an exhaustive list of loops, and more will be added to it soon.

mpb21

3 Likes

Wow, Matt! Nice Job! Wish I had had the benefit of this when I started.

This will be a huge help to the new players; I’m going to keep a link to it handy to distribute in chat to the new folks when questions arise that this article will answer so much better than anyone could ever quickly and easily explain in the chat environment.

Looking forward to seeing seeing what else you might add.

Kudos! :slight_smile:

-d9

Matt you should add the 1-1 using GC bond on both sides. That one only requires 1 G being added across from the G’s in the bond. If I think of more types I’ll add them down here.

thanks for the tips…will be a big help to this newbie!

Just started eteRNA tonight…real newbie, but I’ve been reading the solution guides and already I feel better. It’s been a long time since my college level genetics class.

There are two reasons that I didn’t. First is that I wanted to make the flanking regions consistent for all of the loops. Secondly, that is probably not the best thing to do in general because of the restrictions on the harder levels.

Great loop guide, nice for newbies like myself :slight_smile:
Do you have any guide concerning loops like the one in the attached image?
Note the globule askew immediately to the upper right of the loop.

I solved the loop - eventually.
But which of these solutions do you consider to be the best?

My first solution:

And then I found the “Stay” button and made this:

Also worth mentioning certain tetraloops (i.e. loops of size 4) have special energy terms as they are super-stable.

http://www.bioinfo.rpi.edu/zukerm/cgi…

Note the middle 4 bases are the loop, the first and last are the closing base pair, and that it matters what direction you place it (i.e. 5’ to 3’)

Try out strategy puzzles to learn more about the loops -

  1. The 1-1 Loop
    http://eterna.cmu.edu/puzzle/Challeng…

  2. The Corner Loop
    http://eterna.cmu.edu/puzzle/Challeng…

  3. The 2-2 Loop
    http://eterna.cmu.edu/puzzle/Challeng…
    http://eterna.cmu.edu/puzzle/Challeng…

  4. The BIG Loop
    http://eterna.cmu.edu/puzzle/Challeng…
    http://eterna.cmu.edu/puzzle/Challeng…

Hi Alan.Robot - Question: Are the tetraloop sequences shown at that Zuker Link ablove in 5’-3’ order? or in 3’-5- order? (it isn’t clear to me… it’s not marked on the page, and I am unfamiliar with whether there is a convention for un-labelled sequences) Thanks. -d9

yup, they are listed 5’ to 3’. There are a few that close with UG basepairs that are great for UG competitions :slight_smile:

Incidentally, the actual parameter file used by the backend is most likely vienna13.par in this source distribution
http://www.tbi.univie.ac.at/~ivo/RNA/…
but it is identical to the Zucker terms as far as I know and the Zuker text file is more readable:

Thanks alan.robot;

Also I can now verify that the Zuker Tetraloop List is identical to the Vienna Tetraloop List, but only in the “default.par” file (both contain the identical 30 entries).

However, the Vienna.par file contains 78 entries, all marked with the same energy. That’s 48 more than the Zuker - a quick survey yielded these differences: (By stack end pair). Zuker lists 4AU, 12CG, 10GC,(0 GU), 2 UA, and 2 UG… while Vienna lists 13 of each of the above., or 9 more AU, 1 more CG, 3 more GC, the full 13 GU omitted by Zuker, and 11 more each of UA and UG.

My first guess is that the Zuker list is limited to the most commonly seen, while (my guess is) the Vienna includes every possibility for completeness sake, regardless of how rare. Perhaps you could shed a little more light on that for me? Also, I have no idea why in the Vienna.par file, all the tetraloop sequences are listed at the same energy (-200) At any rate, thanks so much once again for the info and sources! :slight_smile: -d9

Great sleuthing, dimension9. I can confirm after reading the readme file (why didn’t I do that first?) that default.par is in fact the default parameter set and that vienna13.par is an obsolete set provided for backwards compatibility for an older version of the program, where the energy values were probably just placeholders in anticipation of further tuning (also indicated by the fact that all possible quadruples are used).

Incidentally, for those who are super-interested they provide the original citation for the current energy function as:
http://dx.doi.org/10.1006/jmbi.1999.2700
which, at 2500 citations, is certainly the most authoritative reference there is on that subject, and the tables are much more human-readable than the ascii textfile we’ve been linking for tetraloop, stacking, and bulge energies.

Might be nice to extract the tables and post them somewhere for general reference, no need for people to spend days and days reverse engineering it as it’s not meant to be a secret.

Here’s another link if you don’t have institutional access to JMB
http://bio.gnu.ac.kr/research/miRNA/R…

Hi Alan.Robot,

“Might be nice to extract the tables and post them somewhere for general reference, no need for people to spend days and days reverse engineering it as it’s not meant to be a secret.”

This was exactly the reason I’ve been asking all these questions. I am planning a “Tetraloop Reference Table,” just for game purposes, similar to my previous “Quad Energy Reference Table,” and “Codon Energy Reference Table.”

After a recent conversation with Sneh in Chat about the importance of loops in general, and after seeing some of the tetraloop configurations which have recently been being submitted in Lab Competitions, but which I felt may perhaps not have been valid configurations, such as the “All Uracil” tetraloop that has been used many times (and which I have nicknamed the “Blue Cauliflower” tetraloop), I thought I would like to do a little research, and publish some kind of definitive reference for myself, as well as other players, where all of the valid tetraloop configurations were laid out visually (with game-graphic screenshots) for easy reference, specifically tailored to the needs of EteRNA players rather than scientists.

This last link you provided not only confirmed my suspicion that the 30 tetraloops in Zuker and in the Vienna default.par file were selected for frequency of occurrence, but also confirmed that the order they were given in was indeed “frequency of occurrence” order. Additionally it provided numerical frequency of occurrence values for comparison, so one can see just how much more prevalent the ones high in the list are. I think this will provide most all of the info I need to produce this “Tetraloop Reference Table” for the game.

Thanks, and Best Regards,

-d9

In some instances single-nucleotide loops may benefit from having the single nucleotide similar to the oposite nucleotides in the adjoining basepairs…

could you provide a zoomed-out picture? It looks like a loop size of 3 from this picture. …

I did not want to show a lot of adjoining basepairs and the correct solution for a larger area of this puzzle, but I have encircled the loops in the image below:

Interesting. This should be a single nt bulge, where I think you get the stacking energy as if the bulge weren’t there plus a loop-size dependent penalty, not sure where the identity of the bulge nt comes into play, other than preventing mispairing. The equation is here: http://rna.urmc.rochester.edu/NNDB/tu…

Yes, it is essential to prevent mispairing (edit: or as I now read Ding point out - formation of a 2-2 loop) where three or more mirrored single nucleotide loops follow each other :slight_smile: I did not show such a setup here because then it would be easy to go straight to this player-designed puzzle and solve it, and that would be unfair for the creator (it is not I).