Trees | Indices | Help |
|
---|
|
object --+ | _Chain
A class used to return chain information when iterating over chains 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 chain, returning _Residue instances.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
atom Returns an atom iterator for all atoms in the chain |
|||
residue Returns residue iterator for all residues in the chain |
|||
name Chain name |
|||
temperature_factor Chain B (temperature) factor |
|||
Inherited from |
|
Initialize the Chain object.
|
Return a new Structure containing only this chain. Structure properties, including the title, are inherited only if copy_props is set to True. |
Return a string representation - consistent with other structure.py code.
|
Applies the given display styles to the atoms and bonds of the chain.
|
|
atomReturns an atom iterator for all atoms in the chain
|
residueReturns residue iterator for all residues in the chain
|
nameChain name
|
temperature_factorChain B (temperature) factor
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon May 19 23:05:25 2014 | http://epydoc.sourceforge.net |