Trees | Indices | Help |
|
---|
|
object --+ | _AtomCollection --+ | _Chain
A class used to return chain information when iterating over chains in a Structure object.
Important methods include extractStructure and getAtomIndices. 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 chain, returning _Residue instances.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
|
|||
residue Returns residue iterator for all residues in the chain |
|||
name Chain name |
|||
Inherited from |
|
Initialize the Chain object.
|
Return a string representation - consistent with other structure.py code.
|
Applies the given display styles to the atoms and bonds of the chain.
|
|
residueReturns residue iterator for all residues in the chain
|
nameChain name
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue May 2 06:33:27 2017 | http://epydoc.sourceforge.net |