Member Site › Forums › Rosetta 3 › Rosetta 3 – General › Scoring Electrostatics
- This topic has 5 replies, 3 voices, and was last updated 12 years, 5 months ago by Anonymous.
-
AuthorPosts
-
-
August 7, 2012 at 6:41 pm #1369Anonymous
Hi!
I know that there used to be a scoring potential called hack_elec. Does anyone know if this still exists in Rosetta 3.x ? If it does what are the command line flags to invoke it during scoring?
Thanks in advance,
Aroop -
August 7, 2012 at 7:07 pm #7541Anonymous
hack_elec is alive and well.
There isn’t a flag for it. You can activate it (like all other terms) by passing a custom weights file with -score::weights and -score::patch (for protocols that use getScoreFunction(), which is most of them). Take a look in rosetta_database/scoring/weights to see weights/patch files; some use hack_elec already (for example the docking.wts).
Determining what weight it _should_ have is an empirical and nearly unanswerable question. (There is a paper coming on OptE, which is a systematic method for addressing scorefunction weights). At the least, consider de-activating the pair term (give it a weight of zero) to avoid doublecounting electrostatics.
-
August 8, 2012 at 6:22 pm #7561Anonymous
Hello,
@Steven: Thank you for the instructions. I shall turn it on based on your suggestion.
@Rocco: Thank you for providing an idea of the weight. I found that for docking it is 0.026, and for ligands it is 0.25. I am trying to stabilize a protein-protein interface by using charged residues at the periphery. Based on this do you think I should be turning the fa_pair off (by setting a weight of 0) and turn on hack_elec to 0.5?
Thanks for your help,
Aroop -
August 8, 2012 at 6:38 pm #7564Anonymous
Thank you Rocco. I will try both.
-
August 8, 2012 at 6:03 pm #7559Anonymous
In preliminary testing, a value of hack_elec = 0.5 seems to be at about optimal for most things.
As Steven mentions, if you include both hack_elec and fa_pair you are likely to double count electrostatics. (Although on some problems tests indicate it doesn’t matter.) There is several ways to handle it. One is to deactivate fa_pair entirely when you turn hack_elec on. Another (useful if you’re looking at protein-ligand and protein-DNA binding) is to turn off protein-protein hack_elec interactions. You can do this by adding “NO_PROTEIN_PROTEIN_HACK_ELEC” (all-caps but no quotes) on a line by itself in the weights file (should work in both 3.3 and 3.4).
-
August 8, 2012 at 6:32 pm #7563Anonymous
For ligand docking it’s listed as 0.25 in the weights file, but under typical running conditions (i.e. with the flag -ligand:old_estat) there’s internal fiddling in the ligand docking application to bump that up to somewhere around 0.42 ish. (I’m not familiar with the docking weights, though 0.026 seems feebly small).
If you’re only going to do one run, I’d probably recommend trying it with fa_pair turned off. But if you have the resources, I’d certainly recommend trying it both ways – once with both fa_pair and hack_elec at 0.5, and once with fa_pair at zero and hack_elec at 0.5.
-
-
AuthorPosts
- You must be logged in to reply to this topic.