|
|
__init__(self,
force=0,
title='Untitled',
**kwargs)
x.__init__(...) initializes x; see help(type(x)) for signature |
source code
|
|
|
|
|
|
|
|
|
|
| ShowMol(self,
mol,
name='molecule',
showOnly=True,
highlightFeatures=[],
molB="",
confId=-1,
zoom=True) |
source code
|
|
|
|
| LoadFile(self,
filename,
name,
showOnly=False) |
source code
|
|
|
|
|
|
|
| HighlightAtoms(self,
indices,
where,
extraHighlight=False) |
source code
|
|
|
|
| SelectAtoms(self,
itemId,
atomIndices,
selName='selection') |
source code
|
|
|
|
|
|
|
|
|
|
| AddPharmacophore(self,
locs,
colors,
label,
sphereRad=0.5) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
SelectProteinNeighborhood(self,
aroundObj,
inObj,
distance=5.0,
name='neighborhood',
showSurface=False)
FIX: the surface display stuff here is all screwed up due to
differences between the way PyMol and DSViewer handle surfaces. |
source code
|
|
|
|
|
|
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|