Skip to content
Snippets Groups Projects
Commit 4c65011b authored by Tobias Schmidt's avatar Tobias Schmidt
Browse files

added python documentation for chemtype

parent 4d01e712
No related branches found
No related tags found
No related merge requests found
......@@ -511,6 +511,12 @@ The Handle Classes
The chemical class of a residue is used to broadly categorize residues based
on their chemical properties. For example, peptides belong to the
`L_PEPTIDE_LINKING` or `D_PEPTIDE_LINKING` classes.
.. attribute:: chem_type
The chemical type of a residue is a classification of all compounds
obtained from the PDB component dictionary. For example, ions belong to the
class `ChemType::IONS`, amino acids to `ChemType::AMINOACIDS`.
.. attribute:: sec_structure
......@@ -559,6 +565,9 @@ The Handle Classes
See :attr:`psi_torsion`
.. method:: GetChemType()
See :attr:`chem_type`
.. class:: AtomHandle
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment