OpenStructure
Loading...
Searching...
No Matches
Functions | Variables
ost.seq.alg.mat Namespace Reference

Functions

 _InitMatrix (preset_enum)
 

Variables

 BLOSUM45 = _InitMatrix(SubstWeightMatrix.Preset.BLOSUM45)
 
 BLOSUM62 = _InitMatrix(SubstWeightMatrix.Preset.BLOSUM62)
 
 BLOSUM80 = _InitMatrix(SubstWeightMatrix.Preset.BLOSUM80)
 
 BLOSUM100 = _InitMatrix(SubstWeightMatrix.Preset.BLOSUM100)
 
 NUC44 = _InitMatrix(SubstWeightMatrix.Preset.NUC44)
 

Function Documentation

◆ _InitMatrix()

_InitMatrix (   preset_enum)
protected

Definition at line 3 of file mat.py.

Variable Documentation

◆ BLOSUM100

BLOSUM100 = _InitMatrix(SubstWeightMatrix.Preset.BLOSUM100)

Definition at line 11 of file mat.py.

◆ BLOSUM45

BLOSUM45 = _InitMatrix(SubstWeightMatrix.Preset.BLOSUM45)

Definition at line 8 of file mat.py.

◆ BLOSUM62

BLOSUM62 = _InitMatrix(SubstWeightMatrix.Preset.BLOSUM62)

Definition at line 9 of file mat.py.

◆ BLOSUM80

BLOSUM80 = _InitMatrix(SubstWeightMatrix.Preset.BLOSUM80)

Definition at line 10 of file mat.py.

◆ NUC44

NUC44 = _InitMatrix(SubstWeightMatrix.Preset.NUC44)

Definition at line 12 of file mat.py.