Class with methods for manipulating workspace atom labels.
|
__init__(self)
x.__init__(...) initializes x; see help(type(x)) for signature |
|
|
|
resetLabelOptions(self)
Resets Maestro's internally persistent label options to ensure
consistent behavior of the labeler regardless of intervening calls to
the Maestro command 'labelatom' that might change label options. |
|
|
|
saveLabelOptions(self,
options=None)
Saves the state of all of Maestro's 'labelatom' options, generally
for the purpose of changing the label options by the WorkspaceLabeler
class or by other Python scripts and then changing them back to their
original state. |
|
|
|
restoreLabelOptions(self,
options=None)
Restores the state of all of Maestro's 'labelatom' options from a
dictionary, generally for the purpose of restoring them to their
original state. |
|
|
|
labelAtoms(self,
asl,
options=' atomname=TRUE ' )
Labels the specified atoms. |
|
|
|
clearLabels(self,
asl)
Deletes all labels from the specified atoms. |
|
|
|
labelResidues(self,
asl,
options=' resname=TRUE resnum=TRUE ' )
Labels the alpha carbon of every residue that has at least one atom
in the specified ASL. |
|
|
|
labelChains(self,
asl,
options=' chain=TRUE ' )
Labels the first and last alpha carbon within the specified ASL of
each chain that has at least one atom specified by the ASL. |
|
|
|
hideLabels(self,
asl)
Hides the labels on the specified atoms. |
|
|
|
showLabels(self,
asl)
Unhides previously hidden labels on the specified atoms. |
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|