ParseEntrezManager.php
Entrez genome record parsing Freely inspired by BioPHP's project biophp.org Created 12 September 2026 Last modified 12 September 2026
Table of Contents
Classes
- ParseEntrezManager
- Class ParseEntrezManager An Entrez genome record describes a whole genome the way GenBank describes an entry : same LOCUS columns, same 12-character label column. It carries neither a FEATURES table nor an ORIGIN sequence though, so it holds annotation only and this class exposes plain scalars and EntrezReference objects rather than the Sequence/Feature entities of ParseDbAbstractManager.