A class for analysis of arbitrary conformational ensembles. Adopted
from ProDy project (prody.csb.pitt.edu)
|
__init__(self,
dsim,
asl_sel=None)
x.__init__(...) initializes x; see help(type(x)) for signature |
|
|
|
|
|
|
|
set_solute_structure(self)
Sets structure of the solute molecule (sans water, ions, membrane) |
|
|
|
setSoluteCoords(self)
Coordinate of the solute |
|
|
|
setCoords(self)
Coodinates is a reference structure |
|
|
|
getCoords(self)
Return a copy of reference coordinates for selected atoms. |
|
|
|
setWeight(self,
weights)
Set atomic weights. |
|
|
|
getWeights(self)
Return a copy of weights of selected atoms. |
|
|
|
|
|
_getCoordsets(self,
indices=None)
Returns a copy of coordinate sets() at given *indices*, which may be
an integer, a list of integers or ``None``. |
|
|
|
superpose(self)
Superpose the ensemble onto the reference coordinates. |
|
|
|
_superpose(self,
**kwargs)
Superpose conformations and upate coordinates. |
|
|
|
iterpose(self,
rmsd=1e-05)
Iteratively superpose the ensemble until convergence. |
|
|
|
getDeviations(self)
Return deviations from reference coordinates for selected atoms. |
|
|
|
write_reference_structure(self,
name=' ref.mae ' )
Writes maestro structure |
|
|
|
get_solute_st(self)
return maestro structure of solute atoms. |
|
|
|
get_selected_st(self)
return maestro structure of selected atoms. |
|
|
|
numAtoms(self)
Return number of atoms. |
|
|
|
numConfs(self)
Return number of frames. |
|
|
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__subclasshook__
|