$entry
$entry : string
Class ParseKeggEnzymeManager An enzyme record gathers what KEGG knows of one EC number : the reaction it catalyses, what it consumes and produces, the genes coding for it and the diseases a defect in it causes.
parseDataFile(array $aFlines) : \Amelaye\BioPHP\Domain\Sequence\Entity\Sequence
Parses a KEGG enzyme 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 |