nucleic.pri

来自「这是一个基于HMM 模型的生物多序列比对算法的linux实现版本。hmmer」· PRI 代码 · 共 28 行

PRI
28
字号
# nucleic.pri## Example of a prior file for DNA/RNA models.# The values in this file are the HMMER 2 default settings.Dirichlet   	# Strategy (mixture Dirichlet)Nucleic		# type of prior (Amino or Nucleic)# Transitions1                     # Single component1.0                   #   with probability = 1.00.7939 0.0278 0.0135  # m->m, m->i, m->d alpha's0.1551 0.1331         # i->m, i->i alpha's 0.9002 0.5630         # d->m, d->d alpha's# Match emissions# The use of 1.0 for alpha's here makes a simple Laplace "plus-one" prior.#1	# single component1.0     #   with probability = 1.01.0 1.0 1.0 1.0# Insert emissions#  1                   # Single component1.0                 #    with probability 1.01.0 1.0 1.0 1.0

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?