开发者

Hidden Markov Models inplementation in R or python [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, 开发者_JAVA技巧 or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 11 years ago.

Do you know any good literature and/or tutorials about how to implement HMM in python, R (Bioconductor)? (especially for sequence analysis)


There is the HMM package on CRAN, which might be a good place to start.

http://cran.at.r-project.org/web/packages/HMM/index.html

This is easily found from R itself:

RSiteSearch("HMM")


GHMM for python has a tutorial, but it's short and they admit that "Currently, the GHMM is utterly lacking in documentation."

I like the Rabiner paper.

I have a technical report on the use of HMM for genetic mapping.

I recommend reading a bit of Rabiner and then implementing something. The forward/backward equations are just a few lines.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜