Supported record types¶
pidibble parses all standard PDB record types. The table below lists them
with the container you get in parsed, whether
the record is also produced from mmCIF input, and a one-line description. For the
exact fields of any record, see the API reference.
Reading the columns¶
Container is what p.parsed[<key>] holds:
single — one
PDBRecord.list — a
PDBRecordListof records (a multiple-entry record).sub-keys — the record expands into several keys (e.g.
JRNL→JRNL.AUTH,JRNL.TITL, …;REMARK→REMARK.<n>and, for tables,REMARK.350.BIOMOLECULE1.TRANSFORM<n>).grouping — a structural marker used while parsing multi-model files.
mmCIF marks record types the PDBx/mmCIF parsing path also produces (using author
numbering). A record type absent from a given file is simply absent from
parsed.
Record |
Container |
mmCIF |
Description |
|---|---|---|---|
|
list |
✓ |
Atomic coordinates for standard residues. |
|
list |
✓ |
Atomic coordinates for heterogens (ligands, ions, waters). |
|
list |
Anisotropic temperature factors. |
|
|
list |
Chain terminator. |
|
|
list |
Explicit atom-to-atom connectivity. |
|
|
list |
✓ |
Covalent and metal-coordination links between residues. |
|
list |
✓ |
Disulfide bonds. |
|
list |
Cis-peptide bonds. |
|
|
list |
✓ |
Primary sequence, one record per chain. |
|
list |
Cross-references to sequence databases ( |
|
|
list |
✓ |
Differences between the entry and its sequence database. |
|
list |
Modified (non-standard) residues. |
|
|
list |
✓ |
Helix secondary structure. |
|
list |
✓ |
β-sheet secondary structure (ranges, sense, registration). |
|
list |
Non-standard (heterogen) groups present. |
|
|
list |
Chemical names of heterogens. |
|
|
list |
Synonyms for heterogen names. |
|
|
list |
Chemical formula of each heterogen. |
|
|
list |
Functionally important sites. |
|
|
list |
Non-crystallographic symmetry transforms. |
|
|
list |
Revision history. |
|
|
single |
✓ |
Classification, deposition date, and PDB id. |
|
single |
✓ |
Title of the experiment. |
|
single [1] |
✓ |
Description of the macromolecular components (token groups). |
|
single [1] |
✓ |
Biological source of the components (token groups). |
|
single |
✓ |
Keywords describing the entry. |
|
single |
✓ |
Experimental technique. |
|
single |
Depositors. |
|
|
single |
✓ |
Unit-cell parameters and space group. |
|
single |
Transformation to the crystallographic origin. |
|
|
single |
Transformation to fractional crystallographic coordinates. |
|
|
single |
Model-type annotations. |
|
|
single |
Number of models in the entry. |
|
|
single |
Warnings about known errors in the entry. |
|
|
single |
Entries made obsolete by this one. |
|
|
single |
Entries this one supersedes. |
|
|
single |
Related entries the structure is split across. |
|
|
single |
Bookkeeping counts of records in the file. |
|
|
single |
End-of-file marker. |
|
|
sub-keys |
Primary citation ( |
|
|
sub-keys |
✓ [2] |
Annotation remarks, one key per remark number ( |
|
grouping |
Model boundaries in multi-model entries. |
Notes