next up previous contents index
Next: Sequence.transfer_res_prop() transfer Up: The Sequence class: a Previous: Sequence.residues list   Contents   Index

Sequence.chains -- list of all chains in the sequence

This is a standard Python list of all the chains in the model. You can index this list either in standard Python fashion, or by using the one-letter PDB chain ID, for example if 's' is a Sequence object, and the first chain has ID 'A', both 's.chains[0]' and 's.chains['A']' will index this chain.

See Section 6.18 for more information about Chain objects.
Example: See selection.assess_dope() command.



Automatic builds 2012-08-29