Member Site › Forums › Rosetta 3 › Rosetta 3 – Applications › using Rosetta to compute pH dependent binding?
- This topic has 3 replies, 2 voices, and was last updated 10 years, 9 months ago by
Anonymous.
-
AuthorPosts
-
-
June 16, 2014 at 3:28 am #1913
Anonymous
We are interested in creating a protein that will bind to a hormone at physiological pH, but unbind to the hormone at acidic pH, encountered when the complex is cycled through the cell. To do this, we would like to use the pH_mode functionality developed by Kilambi and Gray (Biophys Journal 103:587-595, 2012).
My preliminary attempts to make use of the mode, in Rosetta 3.5, have however proven unsuccessful — the Score energy appears to be constant regardless of what pH value I enter.
Usage of the program is as follows:
score.linuxgccrelease -database database -s complex.pdb -pH_mode true -value_pH 2
vs
score.linuxgccrelease -database database -s complex.pdb -pH_mode true -value_pH 7Do you know of any changes I should make to properly enable the functionality? I am also curious whether or not PyRosetta has support for pH functions.
Thanks! -
June 16, 2014 at 3:08 pm #10094
Anonymous
If Rosetta itself has support for pH functionality, PyRosetta should also have support, as they’re based off the same codebase, and have (almost) all the same functions.
What might be the issue is that Rosetta 3.5 does not have full pH support. Rosetta 3.5 is somewhat old at this point – you may want to try one of the newer weekly releases. (Note that the weeklies go through the same validation procedure as the 3.4 and 3.5 did, they’re just released more frequently. Also note this says more about the extent of validation given to 3.4 and 3.5 than it does about the amount of validation to the weeklies.)
-
June 17, 2014 at 4:22 am #10098
Anonymous
Hi rmoretti, Kilambi helped me to use the pH dependent potential in the wk49 release of Rosetta 3.5. It was just a matter of setting f_elec and e_pH to 1 in the talaris weights file, and using the flags -pH_mode true and -value_pH 2.
Do you know how I might call these flags (pH_mode and value_pH) in PyRosetta? Thanks.
-
June 17, 2014 at 3:51 pm #10100
Anonymous
You’ll need to set them in the options system prior to/with initialization. See http://www.pyrosetta.org/faq#TOC-1.-How-do-I-interact-with-the-Rosetta-Options-system-using-PyRosetta- for details.
-
-
AuthorPosts
- You must be logged in to reply to this topic.