ParsePdbManager.php
PDB (Protein Data Bank) database parsing Freely inspired by BioPHP's project biophp.org Created 12 August 2026 Last modified 12 September 2026
Table of Contents
Classes
- 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\Model objects instead.