You are here

change dihedral angles of any residue

4 posts / 0 new
Last post
change dihedral angles of any residue
#1

Hi,

I am interested in changing the psi-psi angles of two residues in a turn. When I use set_phi/set_psi command to change the angles, it completely disrupts the structure. Is there any way to only change the dihedral of those two residues alone without changing/disrupting the structure. I tried the same thing in Pymol, but there also I get the same disrupted structure. Can anybody suggest some other tool ??

Is it wrong to change dihedral angles of certain region and freeze the other regions of protein ??

Pls reply..............

=========
BHARAT

Post Situation: 
Fri, 2013-11-15 00:30
bharat_46010

I think that what you're looking for is loop modeling. You may want to check Workshop #8 for an introdcuction into fold trees: https://docs.google.com/viewer?a=v&pid=sites&srcid=ZGVmYXVsdGRvbWFpbnxwe...

Fri, 2013-11-15 07:23
ñ

The issue you're running into is that if you change the backbone dihedral, you either have to move one side of the protein, or you have to disconnect the bond connecting the residue to the rest of the protein.

So what you would need to do is to introduce a cutpoint between the C-terminus of the residue you're changing the backbone angles for and the N-terminus of the next residue. Take a look at the protocols.protein_interface_design.movers.AddChainBreak mover for a mover which will add a chainbreak at a given position. If you add the cutpoint and then move the backbone, you'll keep the rest of the protein constant, although the bond length connecting the angle will no longer be reasonable.

The other alternative is to use the loop modeling framework, as mentioned by ñ. The benefit of using this approach is that this gives you the opportunity to reclose the chainbreak that you insert, by moving other residue backbone dihedrals.

Fri, 2013-11-15 15:03
rmoretti

Thank you both for your responses. I solved the problem by following loop modeling protocol..

Sat, 2013-11-16 03:17
bharat_46010