Class BaseMatch
BaseMatch contains default implementation of some mandatory informations - serves only as a helper (reduces code duplicity)
public
|
|
public
|
|
public
integer
|
|
public
|
|
public
integer
|
|
public
integer
|
public
string
|
$label
Human-readable short description (name) of the used alignment tool |
|
public
string
|
$subsequence
Matching subsequence of query |
|
public
integer
|
$queryStartPosition
Starting index of matching subsequence in query |
|
public
integer
|
$queryStopPosition
Stop index of matching subsequence in query |
|
public
integer
|
$dbStartPosition
Starting index of matching subsequence in db |
|
public
integer
|
$dbStopPosition
Stop index of matching subsequence in db |
|
public
array
|
$scores
List of all scores by the tool in format 'scoreName' => 'value' |
#
array()
|