\Amelaye\BioPHP\Api\DTONucleotidDTO

Database of nucleotids - weigths included

Summary

Methods
Properties
Constants
getId()
setId()
getLetter()
setLetter()
getComplement()
setComplement()
getNature()
setNature()
getWeight()
setWeight()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$id
$letter
$complement
$nature
$weight
N/A

Properties

$id

$id : int

Type

normal — Id of the nucleotid (auto-increment)

$letter

$letter : string

Type

normal — A, T, G or C for example

$complement

$complement : string

Type

normal — T for A ...

$nature

$nature : string

Type

normal — DNA or RNA

$weight

$weight : float

Type

normal — Weight of the nucleotid

Methods

getId()

getId() : int

Returns

int

setId()

setId(int  $id) : void

Parameters

int $id

getLetter()

getLetter() : string

Returns

string

setLetter()

setLetter(string  $letter) : void

Parameters

string $letter

getComplement()

getComplement() : string

Returns

string

setComplement()

setComplement(string  $complement) : void

Parameters

string $complement

getNature()

getNature() : string

Returns

string

setNature()

setNature(string  $nature) : void

Parameters

string $nature

getWeight()

getWeight() : float

Returns

float

setWeight()

setWeight(float  $weight) : void

Parameters

float $weight