Trees | Indices | Help |
|
---|
|
_AtomCollection --+ | _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 |
|
|||
residue = property(_getChainResidueIterator, doc= "Returns res
|
|||
name = property(_getChainName, _setChainName, doc= "Chain name")
|
|||
temperature_factor = property(_getChainBF, doc= "Chain B (temp
|
|
Initialize the Chain object.
|
Applies the given display styles to the atoms and bonds of the chain.
|
|
residue
|
temperature_factor
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Aug 6 04:50:48 2015 | http://epydoc.sourceforge.net |