biopython v1.71.0 Bio.PDB.Residue.Residue

Represents a residue. A Residue object stores atoms.

Link to this section Summary

Functions

Initialize the class

Add an Atom object

Set the disordered flag

Returns the list of all atoms, unpack DisorderedAtoms

Return 1 if the residue contains disordered atoms

Sort child atoms

Link to this section Functions

Initialize the class.

Add an Atom object.

Checks for adding duplicate atoms, and raises a PDBConstructionException if so.

Link to this function flag_disordered()

Set the disordered flag.

Link to this function get_unpacked_list()

Returns the list of all atoms, unpack DisorderedAtoms.

Link to this function is_disordered()

Return 1 if the residue contains disordered atoms.

Sort child atoms.

Atoms N, CA, C, O always come first, thereafter alphabetically by name, with any alternative location specifier for disordered atoms (altloc) as a tie-breaker.