biopython v1.71.0 Bio.PDB.Residue.DisorderedResidue

DisorderedResidue is a wrapper around two or more Residue objects.

It is used to represent point mutations (e.g. there is a Ser 60 and a Cys 60 residue, each with 50 % occupancy).

Link to this section Summary

Functions

Initialize the class

Add a residue object and use its resname as key

Sort the atoms in the child Residue objects

Link to this section Functions

Initialize the class.

Link to this function disordered_add()

Add a residue object and use its resname as key.

Arguments:

  • residue - Residue object

Sort the atoms in the child Residue objects.