Home | Trees | Indices | Help |
|
---|
|
|
|||
| __init__(self, models, name=None, profileName='relAS', verbose=1) | ||
|
calc(self,
models) Calculate angles, profiles and other things needed. |
||
|
calcProfiles(self,
m) Calculate needed profiles. |
||
|
phi_and_psi(self,
model) Calculate phi and psi torsion angles for all residues in model: |
||
|
dihedral(self,
coor1,
coor2,
coor3,
coor4) Calculates the torsion angle of a set of four atom coordinates. |
||
[ biggles.Point ], biggles.Inset
|
ramachandran(self) Create all the ramachandran plot points. |
||
[ biggles.Point ]
|
ramachandran_background(self) Creates a background (favoured regions) for a ramachandran plot. |
||
|
show(self,
fileName=None) Show ramachandran plot. |
|
|
Calculate angles, profiles and other things needed.
|
Calculate needed profiles.
|
Calculate phi and psi torsion angles for all residues in model: phi - rotation about the N-CA bond - last position in a chain = None psi - rotation about CA-C - first position in a chain = None
|
Calculates the torsion angle of a set of four atom coordinates. The dihedral angle returned is the angle between the projection of i1-i2 and the projection of i4-i3 onto a plane normal to i2-i3.
|
Create all the ramachandran plot points.
|
Creates a background (favoured regions) for a ramachandran plot.
|
Show ramachandran plot. |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0alpha3 on Fri Dec 22 20:11:46 2006 | http://epydoc.sourceforge.net |