Home | Trees | Indices | Help |
|
---|
|
A high-level representation of the contents of a PDB file
The components of a structure can be accessed in several ways ('s' is an instance of this class):
An iteration over a Structure instance by a for-loop is equivalent to an iteration over the residue list.
Nested Classes | |
molecule_constructor Molecule in a PDB file |
|
nucleotide_chain_constructor Nucleotide chain in a PDB file |
|
peptide_chain_constructor Peptide chain in a PDB file |
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Method Details |
|
Join two nucleotide chains into a single one. The new chain occupies the position of the first chain, the second one is removed from the nucleotide chain list.
|
Join two peptide chains into a single one. The new chain occupies the position of the first chain, the second one is removed from the peptide chain list.
|
Split a nucleotide chain into two chains The two chain fragments remain adjacent in the nucleotide chain list, i.e. the numbers of all following chains increase by one.
|
Split a peptide chain into two chains The two chain fragments remain adjacent in the peptide chain list, i.e. the numbers of all following chains increase by one.
|
Write everything to a file
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0 on Tue Oct 28 14:16:06 2008 | http://epydoc.sourceforge.net |