|
__init__(self,
st,
verbose=False,
frag_min_atoms=150)
Add caps to uncapped terminal residues in the input structure 'st'. |
|
|
|
capSequences(self,
st,
what_to_cap)
Cap either the N or C ends of all sequences of the given structure. |
|
|
bool
|
capSequence(self,
st,
seqi,
seq,
what_to_cap)
Cap the given Sequence. |
|
|
|
|
|
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 |
|
|
|
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 |
|
|