⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 nucleic.pri

📁 这是一个基于HMM 模型的生物多序列比对算法的linux实现版本。hmmer
💻 PRI
字号:
# 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -