Chain¶
-
class
visualife.data.Chain(chainid)¶ Bases:
objectRepresents one chain from biomolecular structure
Attributes Summary
chain_idownerresiduesMethods Summary
find_residues(first_id, last_id)Looks for residues in a given range :param first_id: ( string) the ID of the first residue to be returned :param last_id: (string) the ID of the first residue to be returned :return: a list of residuesAttributes Documentation
-
chain_id¶
-
owner¶
-
residues¶
Methods Documentation
-
find_residues(first_id, last_id)¶ Looks for residues in a given range :param first_id: (
string) the ID of the first residue to be returned :param last_id: (string) the ID of the first residue to be returned :return: a list of residues
-