You are here

optimisation of a protein-protein interface

2 posts / 0 new
Last post
optimisation of a protein-protein interface
#1

Dear Rosetta users,

I have a symmetrical homo-dimeric structure for which I would like to select a single point mutation that will increase the affinity between the monomers. I thought about design&relax protocol, in which one position is designed while the remaining ones are only allowed to repack. Such a protocol would be used to scan all the interface positions.

My questions is how to set up this in Rosetta Scripts? Perhaps there are easier/better ways to do this?

Thanks for help! Staszek

Post Situation: 
Thu, 2017-05-04 05:06
sdh_h

If you're looking for single point mutations, the pmut scan protocol  may be what you want to use. This isn't through RosettaScripts, though, so the control of the relaxation protocol might be less flexible than you want.

Another option is to use the GreedyOptMutationMover. This is originally intended as a "polishing" mover for designs (see https://doi.org/10.1002/prot.24463), but it contains a mutation scan protocol that you can obtain the intermediate table from. I've used this in the past to do mutational scanning.

The final approach is to just set up the 20xN different resfiles, each with the different point mutation, and run those through a standard design/optimization run.

Mon, 2017-05-15 09:03
rmoretti