fetch()
fetch(string $sSeqId, string $sDataPath) : \Amelaye\BioPHP\Domain\Sequence\Entity\Sequence|bool
Retrieves all data from the specified sequence record and returns them in the form of a Seq object. This method invokes one of several parser methods.
Parameters
string | $sSeqId | The id of the seq obj. |
string | $sDataPath | The path to the data file. |
Throws
- \Exception