$entry
$entry : string
Class ParseKeggOrthologManager An ortholog record groups the genes of different organisms that descend from one common ancestral gene and do the same job, which is what lets a pathway be carried from one species to another.
parseDataFile(array $aFlines) : \Amelaye\BioPHP\Domain\Sequence\Entity\Sequence
Parses a KEGG ortholog 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 |