PDB (Protein Data Bank) database parsing Freely inspired by BioPHP's project biophp.org Created 12 August 2026 Last modified 18 September 2026
| ParsePdbManager | Class ParsePdbManager PDB structure files describe 3D atomic coordinates, not GenBank/EMBL-style annotated sequences, so this parser does not reuse the Sequence/Feature entities of ParseDbAbstractManager - it exposes its own plain Domain\Parser\Entity objects instead. |