biotite.structure.info
#
A subpackage for obtaining all kinds of chemical information about atoms and residues, including masses, radii, bonds, etc.
Most information is extracted from the Chemical Component Dictionary of the wwPDB.
Residues and bonds#
Get an atom array, representing the residue with the given name. |
|
Get the |
|
Get a dictionary containing all atoms inside a given residue that form a bond. |
Component groups#
Get a tuple of amino acid three-letter codes according to the PDB Chemical Component Dictionary. |
|
Get a tuple of nucleotide three-letter codes according to the PDB Chemical Component Dictionary. |
|
Get a tuple of carbohydrate three-letter codes according to the PDB Chemical Component Dictionary. |
Atom radii#
Get the Van-der-Waals radius of an atom from the given element. |
|
Estimate the Van-der-Waals radius of an non-hydrogen atom, that includes the radius added by potential bonded hydrogen atoms. |
Low-level CCD access#
Get the internal subset of the PDB Chemical Component Dictionary (CCD). |
|
Get the rows for the given residue in the given category from the internal subset of the PDB Chemical Component Dictionary (CCD). |
|
Replace the internal Chemical Component Dictionary (CCD) with a custom one. |
Miscellaneous#
Get a list of all residues/compound names in the PDB Chemical Component Dictionary (CCD). |
|
Get the full name of a residue/compound from the up to 3-letter residue name, based on the PDB chemical components dictionary. |
|
Get the linking type of a residue/compound, based on the PDB chemical components dictionary. |
|
Calculate the mass for the given object. |
|
Get the one-letter code of a residue/compound, based on the PDB chemical components dictionary. |
|
Get an index array for an input |