$entry
$entry : string
Class ParseKeggCompoundManager A compound record describes one metabolite : its formula, the reactions it takes part in, the enzymes acting on it and the pathways it belongs to.
parseDataFile(array $aFlines) : \Amelaye\BioPHP\Domain\Sequence\Entity\Sequence
Parses a KEGG compound 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 |