pyemap.custom_residues.process_custom_residues
- pyemap.custom_residues.process_custom_residues(non_standard_residue_list)[source]
Identifies and returns customized Bio.PDB.Residue objects corresponding to electron transfer active moieties.
- Parameters:
non_standard_residue_list (list of
Bio.PDB.Residue.Residue) – List of non-protein residues in the structure- Returns:
custom_res – List of customized BioPython residue objects corresponding to electron transfer active moieties that are not part of standard protein residues
- Return type:
list of
Bio.PDB.Residue.Residue