$haplotypeId
$haplotypeId : string
Class ParseHgbaseManager An HGBase entry describes a human mutation and the population it was observed in, not a sequence, so this class exposes plain scalars rather than the Sequence/Feature entities of ParseDbAbstractManager. Its lines are a label, a tab, then the data.
parseDataFile(array $aFlines) : \Amelaye\BioPHP\Domain\Sequence\Entity\Sequence
Parses an HGBase data file and populates this manager's fields.
The label is matched whole rather than by its first characters : POPULATION is a prefix of POPULATIONID, and the original BioPHP parser read a POPULATIONID line as both.
| array | $aFlines | The lines the script has to parse |
$oSequence