biopython v1.71.0 Bio.PDB.Polypeptide.Polypeptide

A polypeptide is simply a list of L{Residue} objects.

Link to this section Summary

Functions

Return string representation of the polypeptide

Get list of C-alpha atoms in the polypeptide

Return the list of phi/psi dihedral angles

Return the AA sequence as a Seq object

List of tau torsions angles for all 4 consecutive Calpha atoms

List of theta angles for all 3 consecutive Calpha atoms

Link to this section Functions

Return string representation of the polypeptide.

Return , where START and END are sequence identifiers of the outer residues.

Get list of C-alpha atoms in the polypeptide.

:return: the list of C-alpha atoms :rtype: [L{Atom}, L{Atom}, …]

Link to this function get_phi_psi_list()

Return the list of phi/psi dihedral angles.

Return the AA sequence as a Seq object.

:return: polypeptide sequence :rtype: L{Seq}

List of tau torsions angles for all 4 consecutive Calpha atoms.

Link to this function get_theta_list()

List of theta angles for all 3 consecutive Calpha atoms.