$entry
$entry : string
Class ParseKeggReactionManager A reaction record states one biochemical conversion : its equation, written with the compound identifiers on either side of an arrow, and the enzymes that catalyse it.
parseDataFile(array $aFlines) : \Amelaye\BioPHP\Domain\Sequence\Entity\Sequence
Parses a KEGG reaction 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 |