Entrez genome record parsing Freely inspired by BioPHP's project biophp.org Created 12 September 2026 Last modified 18 September 2026
| 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 EntrezReferenceInterface objects rather than the Sequence/Feature entities of ParseDbAbstractManager. |