|
__init__(self,
st,
verbose=False,
frag_min_atoms=150)
Add caps to uncapped terminal residues in the input structure 'st'. |
|
|
|
capSequences(self,
st)
Cap both ends of each sequence in the given structure. |
|
|
|
|
|
cappedResidues(self)
Returns residue strings for residues that were capped. |
|
|
|
capResidues(self)
Returns residue strings for the added cap residues. |
|
|
|
|
|
|
|
_getLowerName(self,
residue)
Return resnum & inscode corresponding with the residue that would
be lower in sequence than the specified residue. |
|
|
|
_getHigherName(self,
residue)
Return resnum & inscode corresponding to a residue which would be
one higher in sequence than the input residue. |
|
|
|
_addCCap(self,
residue)
Add a NMA residue to the ' C ' atom of the specified residue |
|
|
|
adjustDihedral(self,
st,
atom1,
atom2,
atom3,
atom4)
Adjust dihedral between the original residue and the cap to 0
degrees. |
|
|
|
resCapped(self,
residue,
capres)
Record this capping in the internal lists. |
|
|
|
attachCap(self,
residue,
fromatom,
replace_atom,
fragname)
Attaches the specified fragment and returns the new Residue object |
|
|
|
_addNCap(self,
residue)
Add an ACE residue to " N " atom of the specified residue |
|
|