Home | Trees | Indices | Help |
|
---|
|
object --+ | core.AbstractContainer --+ | core.AbstractNIContainer --+ | object --+ | | | AbstractEntity --+ | Ensemble
Represents an ensemble of multiple Structure models. Provides a list-like access to these models:
>>> ensemble[0] <Structure Model 1: accn, x chains> >>> ensemble.models[1] <Structure Model 1: accn, x chains>
Nested Classes | |
Inherited from |
Instance Methods | |||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from Inherited from |
Class Variables | |
__abstractmethods__ =
|
Properties | |
Structure or None |
first_model The first Structure in the ensemble (if available) |
iterator of AbstractEntity |
items Iterator over all immediate children of the entity |
EnsembleModelsCollection |
models Access Ensembles's models by model ID |
Inherited from |
Method Details |
x.__init__(...) initializes x; see help(type(x)) for signature
|
repr(x)
|
Dump the ensemble in PDB format.
|
Property Details |
first_modelThe first Structure in the ensemble (if available) |
itemsIterator over all immediate children of the entity
|
modelsAccess Ensembles's models by model ID
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Jul 4 20:19:05 2017 | http://epydoc.sourceforge.net |