|
__init__(self,
definition,
restype,
atom_types)
Create a Substructure object |
|
|
list
|
getMatches(self,
struct)
Return a list of lists of atoms that match this substructure. |
|
|
|
extendToIncludeSideChainAtoms(self,
st,
match)
For the given UNK residue match, add all atoms bound to the beta
carbon (side-chain) that are not part of the backbone (known
substructure). |
|
|
list
|
fixResName(self,
struct,
atoms)
Update the residue name of the matching atoms. |
|
|
list
|
fixAtomNames(self,
struct,
atoms)
Update the matching atoms to the proper PDB atom names. |
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|