OpenStructure
Loading...
Searching...
No Matches
build-dev
stage
lib
python3.11
site-packages
ost
seq
alg
mat.py
Go to the documentation of this file.
1
from
ost.seq.alg
import
SubstWeightMatrix
2
3
def
_InitMatrix
(preset_enum):
4
mat =
SubstWeightMatrix
()
5
mat.AssignPreset(preset_enum)
6
return
mat
7
8
BLOSUM45 =
_InitMatrix
(SubstWeightMatrix.Preset.BLOSUM45)
9
BLOSUM62 =
_InitMatrix
(SubstWeightMatrix.Preset.BLOSUM62)
10
BLOSUM80 =
_InitMatrix
(SubstWeightMatrix.Preset.BLOSUM80)
11
BLOSUM100 =
_InitMatrix
(SubstWeightMatrix.Preset.BLOSUM100)
12
NUC44 =
_InitMatrix
(SubstWeightMatrix.Preset.NUC44)
13
14
__all__=[
'BLOSUM45'
,
'BLOSUM62'
,
'BLOSUM80'
,
'BLOSUM100'
,
'NUC44'
]
ost::seq::alg::SubstWeightMatrix
position-independet substitution weight matrix
Definition
subst_weight_matrix.hh:39
ost::seq::alg.mat._InitMatrix
_InitMatrix(preset_enum)
Definition
mat.py:3
ost::seq::alg
Definition
alignment_opts.hh:27
Generated by
1.9.8