|
__init__(self,
id=None,
parent=None,
elementType=<class MolKit.protein.Residue at 0xb7bb8a4c>,
list=None,
childrenName='residues',
setClass=<class MolKit.protein.ChainSet at 0xb7bb8aac>,
childrenSetClass=<class MolKit.protein.ResidueSet at 0xb7bb8a1c>,
top=None,
childIndex=None,
assignUniqIndex=1)
Chain constructor.
|
|
shortestDist(self,
atoms1,
atoms2)
|
|
connectResidues(self,
res1,
res2,
cut_off=1.85)
Connect residues based on distance
|
|
buildBondsByDistance(self,
cut_off=1.85)
Build bonds between atoms inside this chain, based on distance
|
|
isDna(self)
checks if the chain is DNA or not.
|
|
isProteic(self)
checks if the chain is proteic or not.
|
|
isHetatmChain(self)
checks if is whole chain of hetatms
|
|
secondaryStructure(self,
ssBuilder)
create a secondarystructureset.
|
|
Inherited from ProteinMolecule:
findType,
isBelow
Inherited from molecule.Molecule:
addBond,
attach_nonbonded_fragments,
buildBondsBhtree,
buildBondsByDistanceOnAtoms,
buildBrokenBonds,
closerThan,
configureProgressBar,
defaultRadii,
getAtoms,
getCenter,
getNbrAtoms,
getTypeList,
mergeNPH,
read,
removeAllHydrogens,
removeBond,
subTree,
updateProgressBar,
write
Inherited from tree.TreeNode:
NodesFromName,
__cmp__,
__eq__,
__hash__,
__ne__,
__repr__,
__str__,
adopt,
assignUniqIndex,
compare,
deleteSubTree,
dump,
findLevels,
full_name,
get,
getNext,
getParentOfType,
getPrevious,
getRoot,
isAbove,
makeNameUniq,
merge,
remove,
split
|