The C-trick (and related strategies?)

Is this new or has someone else discovered it before? Unfavourable base pairings can encourage certain RNA shapes to appear.

Take a look at the following image:

The two nucleotides circled with a black line (U-A) are a desired pairing; the one circled with a yellow line (A) is not to be paired. Call this nucleotide A*.

That was in target mode. The next image shows it in natural mode:

As you can see, U is not pairing with A, but with A*. This is because it is more energetically favourable to pair with A* (total free energy for U-A* is 1.4 + (-2.1) = -0.7 compared to 2.7 + (-2.4) = 0.3 for U-A). Clearly, this is not what we want, right? Now for the main event.

Here, A* has been replaced by a cytosine (hence the name C-trick). Since a U-C bonding is energetically unfavourable, the structure is encouraged to fold in the correct configuration (U-A). Simple enough. There are other cases (I think), but they won’t be discussed here.

Has this topic been discovered and discussed before? If no, then this would be an important, major oversight in computer RNA folding algorithms.

Reshiram For The Win

Freywa

This is indeed a sound way of avoiding unfavorable pairings. I would not say that this insight is “ignored” by RNA folding algorithms, but that such algorithms don’t quite look at things this way. Instead, the algorithms generally perform stochastic searches over the sequence space, testing whether the RNA folds properly, as well as various other fitness functions, depending on the algorithm.

If you haven’t seen it yet, this news item links to a bunch of strategies which you might find interesting. Also, this is a newer, and really interesting strategy guide.