Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Hidden Markov Models inplementation in R or python [closed]

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

like image 836
didymos Avatar asked May 08 '26 21:05

didymos


2 Answers

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")
like image 161
mdsumner Avatar answered May 11 '26 10:05

mdsumner


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.

like image 40
Karl Avatar answered May 11 '26 11:05

Karl



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!