\AppBundle\EntityEnzyme

Summary

Methods
Properties
Constants
getName()
setName()
getPattern()
setPattern()
getCutpos()
setCutpos()
getLength()
setLength()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$name
$pattern
$cutpos
$length
N/A

Properties

$name

$name : string

The short name of the restriction endonuclease following the accepted naming convention

Type

string

$pattern

$pattern : string

A string representing the restriction pattern recognized by the enzyme.

Type

string

$cutpos

$cutpos : integer

An integer representing the position within the restriction pattern where the enzyme actually cuts the DNA strand. This could range from 0 to 1 less than the length of the restriction pattern.

Type

integer

$length

$length : integer

The number of symbols (or base pairs) in the restriction pattern.

Type

integer

Methods

getName()

getName() 

setName()

setName(  $name) 

Parameters

$name

getPattern()

getPattern() 

setPattern()

setPattern(  $pattern) 

Parameters

$pattern

getCutpos()

getCutpos() 

setCutpos()

setCutpos(  $cutpos) 

Parameters

$cutpos

getLength()

getLength() 

setLength()

setLength(  $length) 

Parameters

$length