Do you know any good literature and/or tutorials about how to implement HMM in python, R (Bioconductor)? (especially for sequence analysis)
|
closed as not constructive by agf, Dirk Eddelbuettel, joran, Spacedman, Graviton Sep 29 '11 at 10:25
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, or specific 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, see the FAQ for guidance.
|
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:
|
|||
|
|
|
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. |
|||
|
|