$entry
$entry : string
Class ParseKeggGenomeManager A genome record names one sequenced organism KEGG holds pathways for, and ties it to the NCBI taxonomy. Not to be confused with ParseGenomeManager, which reads the sequencing statistics of the Legacy "DOGS" records.
parseDataFile(array $aFlines) : \Amelaye\BioPHP\Domain\Sequence\Entity\Sequence
Parses a KEGG genome data file and populates this manager's fields.
| array | $aFlines | The lines the script has to parse |
$oSequence
readEntryId(string $sData) : string
Reads the identifier out of an ENTRY line. Its last word names the kind of record rather than the record itself - "C00031 Compound", "EC 2.7.1.1 Enzyme" - so the identifier is what comes before it, which for an enzyme is the two words "EC" and its number.
| string | $sData |