[][src]Module nom_pdb::coordinate::hetatom

Overview

http://www.wwpdb.org/documentation/file-format-content/format33/sect9.html#HETATM

Non-polymer or other “non-standard” chemical coordinates, such as water molecules or atoms presented in HET groups use the HETATM record type. They also present the occupancy and temperature factor for each atom. The ATOM records present the atomic coordinates for standard residues. The element symbol is always present on each HETATM record; charge is optional.

Changes in ATOM/HETATM records will require standardization in atom and residue nomenclature. This nomenclature is described in the Chemical Component Dictionary, ftp://ftp.wwpdb.org/pub/pdb/data/monomers.

Record Format

COLUMNSDATA TYPEFIELDDEFINITION
1 - 6Record name"HETATM"
7 - 11IntegerserialAtom serial number.
13 - 16AtomnameAtom name.
17CharacteraltLocAlternate location indicator.
18 - 20Residue nameresNameResidue name.
22CharacterchainIDChain identifier.
23 - 26IntegerresSeqResidue sequence number.
27AChariCodeCode for insertion of residues.
31 - 38Real(8.3)xOrthogonal coordinates for X.
39 - 46Real(8.3)yOrthogonal coordinates for Y.
47 - 54Real(8.3)zOrthogonal coordinates for Z.
55 - 60Real(6.2)occupancyOccupancy.
61 - 66Real(6.2)tempFactorTemperature factor.
77 - 78LString(2)elementElement symbol; right-justified.
79 - 80LString(2)chargeCharge on the atom.

Details

The x, y, z coordinates are in Angstrom units. No ordering is specified for polysaccharides. See the HET section of this document regarding naming of heterogens. See the Chemical Component Dictionary for residue names, formulas, and topology of the HET groups that have appeared so far in the PDB (see ftp://ftp.wwpdb.org/pub/pdb/data/monomers ). If the depositor provides the data, then the isotropic B value is given for the temperature factor. If there are neither isotropic B values provided by the depositor, nor anisotropic temperature factors in ANISOU, then the default value of 0.0 is used for the temperature factor. Insertion codes and element naming are fully described in the ATOM section of this document.

Structs

HetAtomParser