\Amelaye\BioPHP\Domain\Sequence\InterfacesProteinInterface

Summary

Methods
Constants
setProtein()
seqlen()
molwt()
No constants found
No protected methods found
N/A
No private methods found
N/A

Methods

setProtein()

setProtein( $oProtein) : mixed

Parameters

$oProtein

Returns

mixed

seqlen()

seqlen() : int

Returns the length of a protein sequence().

Returns

int —

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

molwt()

molwt() : bool|array

Computes the molecular weight of a protein sequence.

Returns

bool|array —

An array of the form: ( lower_molwt, upper_molwt )