You are here

rama vs p_aa_pp vs ref score terms

2 posts / 0 new
Last post
rama vs p_aa_pp vs ref score terms
#1

Do these three terms in Score12.wts_patch and after have significant overlap?

How would one go ahead to explain a delta_delta_G upon a mutation that has contributon coming from these terms? In one protein case, three mutations T61N, H135Y and H257P, showed significant gain in half-life. The score terms show contribution from Rama, p_aa_pp and ref. 

label fa_atr fa_rep fa_sol fa_intra_rep fa_elec pro_close hbond_sr_bb hbond_lr_bb hbond_bb_sc hbond_sc dslf_fa13 rama omega fa_dun p_aa_pp ref total
Triple mutant                                
ASN_61 -2.17802 0.23802 1.57407 0.00468 -0.01917 0 0 0 0 0 0 -0.10748 0.22151 1.31062 -0.47895 -0.94198 -0.3767
TYR_135 -4.23404 0.67265 2.06799 0.02441 -0.50198 0 0 0 0 -0.30234 0 -0.21962 0.13604 1.42796 -0.11186 0.1317 -0.90909
PRO_257 -2.21184 0.20445 1.21627 0.00267 -0.1933 0.83413 0 0 -0.36622 0 0 0.04819 0.14201 0.03845 -0.24736 -0.21929 -0.75184
  -8.6239 1.11512 4.85833 0.03176 -0.71445 0.83413 0 0 -0.36622 -0.30234 0 -0.27891 0.49956 2.77703 -0.83817 -1.02957 -2.03763
Native                                  
THR_61 -2.16425 0.38597 1.73233 0.00771 -0.03068 0 0 0 -0.3386 0 0 0.56612 0.22151 0.42818 0.49642 0.16454 1.46925
HIS_135 -3.82877 0.62799 1.92495 0.00411 -0.14466 0 0 0 0 0 0 -0.22472 0.13604 1.19875 -0.19373 0.3575 -0.14253
HIS_257 -2.49376 0.2051 1.73503 0.00226 -0.23939 0 0 0 -0.36908 0 0 -0.00378 0.14201 1.47594 0.01261 0.3575 0.82442
  -8.48678 1.21906 5.39231 0.01408 -0.41473 0 0 0 -0.70768 0 0 0.33762 0.49956 3.10287 0.3153 0.87954 2.15114
                                   
Difference -0.13712 -0.10394 -0.53398 0.01768 -0.29972 0.83413 0 0 0.34146 -0.30234 0 -0.61653 0 -0.32584 -1.15347 -1.90911 -4.18877
Category: 
Post Situation: 
Thu, 2015-12-03 14:24
jharamesh

The rama and p_aa_pp terms are similar, in that they are both looking  at the same basic data, but they're coming at it from a different direction.

The rama term is looking at the phi-psi angle preferences of a given amino acid. That is, for any particular amino acid, what is the probability that you'll see the current phi and psi backbone angles, and then use the Boltzmann relation to convert that into an energy. The p_aa_pp term comes at it from the opposite direction: given the current phi and psi angles, what's the probability that you'll see the current amino acid identity?

You'll sometimes see discussion about one term verus the other is more important for design/mutation versus folding, but the reality is that they're both important in both design contexts and folding contexts. Even though p_aa_pp invokes probability across multiple amino acid, it still influences folding because as you sample different phi/psi contexts the amino acid propensities change, and thus the energies change. Likewise with rama - change the amino acid and the phi/psi energy landscape changes, meaning a different score even with a fixed backbone.

The ref energy is something completely seperate. There's various interpretations of this term, but normally it's thought of as a compensation for the energy of the unfolded state, or as a normalization factor to compensate for the different levels of different amino acids (that is, it's an adjustable parameter so that every amino acid gets reasonable frequencies in design). The ref energy is only relevant in design/mutation contexts, as it's constant for any fixed-sequence sampling. It's also important to keep in mind that the size of the ref energy change is the same for any mutation of one given amino acid to another given amino acid, regardless of structural context. The importance of the ref term in mutations is not so much in itself, but how much it is countered (or not) by the other terms.

 

So in trying to explain your mutations,  the contributions from rama and p_aa_pp may be pointing to an issue with backbone structure propensity. These mutations could be (de)stabilizing the secondary structure location where they are. I'd recommend taking a look at the standard explanation for secondary structure propensities, and if these sorts of mutations are typically invoked in those contexts. This is especially true given the contribution from the ref term. If you interpret this a representing the unfolded state, then the mutations can be (de)stabilizing the folded backbone structure with respect to the unfolded state.

But I'd be slightly wary about over interpreting Rosetta energy terms. Normally they can point you in a general direction (backbone vs. sidechain, particular hydrogen bonds), but because during energy optimization you're optimizing over all of them, you can get compensation between different factors. (This is a general feature of all modeling programs which split energy into terms - how the terms get split is somewhat arbitrary.) It's better to treat them as indications of avenues of further exploration, and then bolster your arguments with supporting evidence from other sources (e.g. the previously published amino acid structural propensities mentioned earlier).

 

 

 

Thu, 2015-12-03 15:14
rmoretti