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
Get list of C-alpha atoms in the polypeptide.
:return: the list of C-alpha atoms :rtype: [L{Atom}, L{Atom}, …]
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.
List of theta angles for all 3 consecutive Calpha atoms.