Module records

Source
Expand description

PDB record type definitions and parsers.

This module contains all the supported PDB record types and their parsing implementations. Each record type has its own submodule with specific parsing logic and data structures.

Modules§

anisotropic
Anisotropic temperature factor records (ANISOU)
atom
Atom coordinate records (ATOM/HETATM)
connect
Connectivity records (CONECT)
crystal
Crystal structure parameters (CRYST1)
dbref
Database reference records (DBREF)
het
Hetero-compound records (HET)
hetnam
Hetero-compound name records (HETNAM)
model
Model records (MODEL)
modres
Modified residue records (MODRES)
mtrixn
Matrix transformation records (MTRIX1/2/3)
nummdl
Number of models records (NUMMDL)
origxn
Original coordinate system transformation records (ORIGX1/2/3)
scalen
Scale matrix records (SCALE1/2/3)
seqadv
Sequence differences records (SEQADV)
seqres
Residue sequence records (SEQRES)
term
Chain termination records (TER)

Enums§

Record
Represents all supported PDB record types.