Chain

class visualife.data.Chain(chainid)

Bases: object

Represents one chain from biomolecular structure

Attributes Summary

chain_id
owner
residues

Methods 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 residues

Attributes 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