R 或 python 中的隐马尔可夫模型实现

发布于 2024-12-07 06:21:46 字数 70 浏览 0 评论 0原文

您知道有关如何在 python、R (Bioconductor) 中实现 HMM 的优秀文献和/或教程吗? (尤其是序列分析)

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

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

如日中天 2024-12-14 06:21:46

CRAN 上有 HMM 包,这可能是一个很好的起点。

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

这很容易从 R 本身找到:

RSiteSearch("HMM")

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")
秋意浓 2024-12-14 06:21:46

GHMM for python 有一个教程,但它很短,而且他们承认“目前,GHMM 完全缺乏文档。"

我喜欢 拉宾纳论文

我有一份关于使用 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文