\App\Domain\Sequence\ServiceProteinManager

We can have manipulation with proteins

Summary

Methods
Properties
Constants
__construct()
setProtein()
seqlen()
molwt()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$protein
$wts
N/A

Properties

$wts

$wts : array

Type

array

Methods

setProtein()

setProtein(  $oProtein) 

Parameters

$oProtein

seqlen()

seqlen() : integer

Returns the length of a protein sequence().

Returns

integer —

An integer representing the number of amino acids in the protein.

molwt()

molwt() : boolean|array

Computes the molecular weight of a protein sequence.

Returns

boolean|array —

An array of the form: ( lower_molwt, upper_molwt )