Trees | Indices | Help |
|
---|
|
object --+ | _Molecule
A class used to return molecule information when iterating over molecules in a Structure object.
Important methods include extractStructure and getAtomList. The atom attribute can be used to iterate over all atoms in
the molecule, and the number of atoms can be determined via
len(molecule.atom)
.
The residue iterator allows for iteration over residues of the molecule, returning _Residue instances.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
atom Returns an atom iterator for all atoms in the molecule. |
|||
residue Returns residue iterator for all residues in the molecule. |
|||
number Returns the molecule number of this molecule. |
|||
Inherited from |
|
Initialize the Molecule object.
|
str(x)
|
Return a new Structure containing only this molecule. Structure properties, including the title, are inherited only if copy_props is set to True. |
Applies the given display styles to the atoms and bonds of the molecule.
|
|
atomReturns an atom iterator for all atoms in the molecule.
|
residueReturns residue iterator for all residues in the molecule.
|
numberReturns the molecule number of this molecule.
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon May 19 23:05:25 2014 | http://epydoc.sourceforge.net |