\Amelaye\BioPHP\Api\DTOAminoDTO

Database of elements - Amino acids

Summary

Methods
Properties
Constants
getId()
setId()
getName()
setName()
getName1Letter()
setName1Letter()
getName3Letters()
setName3Letters()
getWeight1()
setWeight1()
getWeight2()
setWeight2()
getResidueMolWeight()
setResidueMolWeight()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$id
$name
$name1Letter
$name3Letters
$weight1
$weight2
$residueMolWeight
N/A

Properties

$id

$id : string

Type

normal — Id of the amino acid (auto-increment)

$name

$name : string

Type

normal — Name of the amino

$name1Letter

$name1Letter : string

Type

normal — Name in 1 letter (A, L, S ...)

$name3Letters

$name3Letters : string

Type

normal — Name in 3 letters (Ser, Leu ...)

$weight1

$weight1 : float

Type

normal

$weight2

$weight2 : float

Type

normal

$residueMolWeight

$residueMolWeight : float

Type

normal

Methods

getId()

getId() : string

Returns

string

setId()

setId(string  $id) : void

Parameters

string $id

getName()

getName() : string

Returns

string

setName()

setName(string  $name) : void

Parameters

string $name

getName1Letter()

getName1Letter() : string

Returns

string

setName1Letter()

setName1Letter(string  $name1Letter) : void

Parameters

string $name1Letter

getName3Letters()

getName3Letters() : string

Returns

string

setName3Letters()

setName3Letters(string  $name3Letters) : void

Parameters

string $name3Letters

getWeight1()

getWeight1() : float

Returns

float

setWeight1()

setWeight1(float  $weight1) : void

Parameters

float $weight1

getWeight2()

getWeight2() : float

Returns

float

setWeight2()

setWeight2(float  $weight2) : void

Parameters

float $weight2

getResidueMolWeight()

getResidueMolWeight() : float

Returns

float

setResidueMolWeight()

setResidueMolWeight(float  $residueMolWeight) : void

Parameters

float $residueMolWeight