Parameters
List[Residue]
required
List of Residue objects
Methods
chain_ID
ID of the monomer chain.mutability
List of mutability of each Residue in Chain.sequence
String (one-letter) representation of amino acids in Chain.mutable_residues
List of mutable Residues in Chainmutable_residue_indexes
List of the indexes of mutable Residues in Chainlength
Number of amino acids in Chain.from_pdb
Create Chain object from a PDB file string. Residue indices are 0-indexed. Parametersstr
required
str
required
from_cif
Create Chain object from a CIF file string. Parametersstr
required
remove_residue
Remove the Residue at the given index (0-indexed). Parametersint
required
add_residue
Add a Residue of type amino_acid at the position specified by index (0-indexed). Parametersstr
required
int
required
mutate_residue
Change identity of Residue at position specified by index to ‘amino_acid’ Parametersint
required
str
required
