$entryNo
$entryNo : string
Class ParseProdomManager A ProDom entry describes a family of protein domains, not a sequence, so this class exposes plain scalars rather than the Sequence/Feature entities of ParseDbAbstractManager. Only the fields the original BioPHP parser read are decomposed : the alignment block (AL/CO) and the cross-references (DR) are left aside, as they were there.
parseDataFile(array $aFlines) : \Amelaye\BioPHP\Domain\Sequence\Entity\Sequence
Parses a ProDom data file and populates this manager's fields.
| array | $aFlines | The lines the script has to parse |
$oSequence
parseKeywords(string $sData) : void
Reads the KW line, which carries the frequent names and their occurrence count, then the keywords, the two halves being separated by a double slash.
Example: KW FADR(2) Y586(1) // COMPLETE PROTEOME DNA-BINDING FATTY
| string | $sData | The KW line, tag stripped |