\Amelaye\BioPHP\Domain\Sequence\Entity SubMatrix

Class SubMatrix

Summary

Methods
Properties
Constants
__construct
getRules
addrule
No public properties found
No public constants found
No protected methods found
No protected properties found
No protected constants found
No private methods found
rules
No private constants found

Properties

$rules

$rules : array

Rules of the matrix

Type

array<string|int, mixed> —

Methods

__construct()

__construct() : mixed

submatrix simply initializes the rules property to the empty array.

Returns

mixed —

getRules()

getRules() : array

Gets the rules of the matrix

Returns

array —

addrule()

addrule() : mixed

Adds a rule to the substitution matrix.

Returns

mixed —