| Trees | Indices | Help |
|
|---|
|
|
object --+
|
Ensemble
Objects of this class are basically dumb "structs" that hold the basic
attributes of a specific ensemble. These objects are produced by some
methods of the EnsembleSelection class. Attributes:
* members: a tuple of strings, each being the title of a receptor
* rmsd: the rmsd between experimental DeltaG and the lowest GScore
obtained for each ligand using the ensemble.
* count: the number of ligands that can be docked properly by at least
one receptor in this ensemble.
* score: an optional score, the meaning of which is up to the caller.
The string representation of an ensemble object is the space-concatenated
list of member_names.
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
|
|||
|
|||
x.__init__(...) initializes x; see help(type(x)) for signature
|
str(x)
|
Replace the strings representing the ensemble members with arbitrary objects. "mapping" is a dictionary where the keys are the receptor titles and the values the new objects that should replace the strings. |
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Wed Aug 3 07:59:36 2016 | http://epydoc.sourceforge.net |