Package Bio :: Package PDB :: Module Dice :: Class ChainSelector
[hide private]
[frames] | no frames]

Class ChainSelector

source code

Only accepts residues with right chainid and between start and end. Remove hydrogens, waters and ligands. Only use model 0 by default.

Instance Methods [hide private]
 
__init__(self, chain_id, start, end, model_id=0) source code
 
accept_model(self, model) source code
 
accept_chain(self, chain) source code
 
accept_residue(self, residue) source code
 
accept_atom(self, atom) source code