\Amelaye\BioPHP\Domain\Sequence\Entity Feature

Class GbFeatures

Summary

Methods
Properties
Constants
getPrimAcc
setPrimAcc
getFtKey
setFtKey
getFtQual
setFtQual
getFtValue
setFtValue
getFtFrom
setFtFrom
getFtTo
setFtTo
getFtDesc
setFtDesc
getStrand
setStrand
No public properties found
No public constants found
No protected methods found
No protected properties found
No protected constants found
No private methods found
primAcc
ftKey
ftFrom
ftTo
ftQual
ftValue
ftDesc
strand
No private constants found

Properties

$primAcc

$primAcc : string

Type

string —

$ftKey

$ftKey : string

Type

string —

$ftFrom

$ftFrom : int

Type

int —

$ftTo

$ftTo : int

Type

int —

$ftQual

$ftQual : string

Type

string —

$ftValue

$ftValue : string

Type

string —

$ftDesc

$ftDesc : string

Type

string —

$strand

$strand : string|null

The strand the feature was read from : "+" (direct/sense) or "-" (the location was wrapped in "complement(...)"). Null when the format has no strand concept (e.g. Swiss-Prot, whose features are positions on a protein sequence) or none was recorded.

Type

string|null —

Methods

getPrimAcc()

getPrimAcc() : string

Returns

string —

setPrimAcc()

setPrimAcc(string  $primAcc) : void

Parameters

string $primAcc

Returns

void —

getFtKey()

getFtKey() : string

Returns

string —

setFtKey()

setFtKey(string  $ftKey) : void

Parameters

string $ftKey

Returns

void —

getFtQual()

getFtQual() : string

Returns

string —

setFtQual()

setFtQual(string  $ftQual) : void

Parameters

string $ftQual

Returns

void —

getFtValue()

getFtValue() : string

Returns

string —

setFtValue()

setFtValue(string  $ftValue) : void

Parameters

string $ftValue

Returns

void —

getFtFrom()

getFtFrom() : int|null

Returns

int|null —

setFtFrom()

setFtFrom(int|null  $ftFrom) : void

Parameters

int|null $ftFrom

Returns

void —

getFtTo()

getFtTo() : int|null

Returns

int|null —

setFtTo()

setFtTo(int|null  $ftTo) : void

Parameters

int|null $ftTo

Returns

void —

getFtDesc()

getFtDesc() : string

Returns

string —

setFtDesc()

setFtDesc(string  $ftDesc) : void

Parameters

string $ftDesc

Returns

void —

getStrand()

getStrand() : string|null

Returns

string|null —

setStrand()

setStrand(string|null  $strand) : void

Parameters

string|null $strand

Returns

void —