文件名称:HMM
- 所属分类:
- 人工智能/神经网络/遗传算法
- 资源属性:
- [Windows] [Visual C] [Basic/ASP] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 33kb
- 下载次数:
- 0次
- 提 供 者:
- ji zu*****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
VisualBasic 的 HMM 范例
HMM模型,Viterbi,滑动窗算法唐纳 Helland(定位在人类的DNA基因的目的)-HMM、Viterbi、and Sliding Window Algorithms (for purposes of locating genes in human DNA) by Tanner Helland
This project demonstrates use of a Hidden Markov Model (HMM) to define the relationship
between normal states (B) and island states (I) within a region of the human chromosome.
This algorithm proves particularly useful for gene finding、as CpG islands (regions of DNA
with a larger than expected number of adjacent cytosine and guanine nucleotides) tend to
appear near the promoters of some 40 of mammalian genes. The automation of this process
is critical in gene research because CpG islands are impossible to locate by simply looking
at a strand of DNA (as they may cover several hundred bases and their C/G content may be
only slightly higher than the expected value).
The algorithm is fast、robust、and it includes a wealth of good routines (such as loading FASTA
files into VB). Ive tried to include comments where applicable.
HMM模型,Viterbi,滑动窗算法唐纳 Helland(定位在人类的DNA基因的目的)-HMM、Viterbi、and Sliding Window Algorithms (for purposes of locating genes in human DNA) by Tanner Helland
This project demonstrates use of a Hidden Markov Model (HMM) to define the relationship
between normal states (B) and island states (I) within a region of the human chromosome.
This algorithm proves particularly useful for gene finding、as CpG islands (regions of DNA
with a larger than expected number of adjacent cytosine and guanine nucleotides) tend to
appear near the promoters of some 40 of mammalian genes. The automation of this process
is critical in gene research because CpG islands are impossible to locate by simply looking
at a strand of DNA (as they may cover several hundred bases and their C/G content may be
only slightly higher than the expected value).
The algorithm is fast、robust、and it includes a wealth of good routines (such as loading FASTA
files into VB). Ive tried to include comments where applicable.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
HMM.vbp
Human1CPG.fasta
Readme.txt
cCommonDialog.cls
frmHMM.frm
frmHMM.frx
HMM.exe
Human1CPG.fasta
Readme.txt
cCommonDialog.cls
frmHMM.frm
frmHMM.frx
HMM.exe