Home | Trees | Indices | Help |
|
---|
|
|
|||
|
__init__(self,
rec_model,
lig_model,
com_0=None,
ligMatrix=None,
info={}) Create a new ComplexEvolving from a previous Complex or ComplexEvolving and a new set of receptor, ligand conformation and transformation. |
||
str
|
version(self) Version of class. |
||
|
__iter__() for k in self |
||
|
__len__(self) length of self |
||
Dock.Complex
|
getComplex(self,
i,
copy=0) Return one version as Complex. |
||
dict
|
__getitem__(self,
k) Get a Complex OR a info key value for a Complex specified Complex OR info dic value. |
||
PDBModel
|
__syncModel(self,
new_model,
old_model) Connect new rec or lig model to old one, to minimize storage. |
||
|
sortHistory(self) Sort by date |
||
ComplexList
|
toList(self) Returns all historic complexes plus current one as Complex |
||
[Complex]
|
toSimpleList(self) Returns all historic complexes plus current one as Complex |
||
Complex
|
toComplex(self,
copy=0) Copy of latest version as a normal Complex. |
||
[any]
|
valuesOf(self,
infoKey,
default=None) Get info values from all versions of this complex (oldest first). |
||
Inherited from |
|
Create a new ComplexEvolving from a previous Complex or ComplexEvolving and a new set of receptor, ligand conformation and transformation.
|
Version of class.
|
for k in self |
length of self |
Return one version as Complex. -1 returns a copy of the latest version. By default the info dictionary remains connected but other fields don't. I.e. replacing rec_model in the copy does not affect the original complex.
|
Get a Complex OR a info key value for a Complex specified Complex OR info dic value.
|
Connect new rec or lig model to old one, to minimize storage.
|
Sort by date |
|
|
Copy of latest version as a normal Complex.
|
Get info values from all versions of this complex (oldest first).
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0alpha3 on Tue May 1 22:34:52 2007 | http://epydoc.sourceforge.net |