Bioinformatics.frBioinformatics.fr


Home > Bioinformatics > HMM


HMM (From wikipedia)

A hidden Markov model (HMM) is a statistical model in which the system being modeled is assumed to be a Markov process with unknown parameters, and the challenge is to determine the hidden parameters from the observable parameters. The extracted model parameters can then be used to perform further analysis, for example for pattern recognition applications. A HMM can be considered as the simplest dynamic Bayesian network.

In a regular Markov model, the state is directly visible to the observer, and therefore the state transition probabilities are the only parameters. In a hidden Markov model, the state is not directly visible, but variables influenced by the state are visible. Each state has a probability distribution over the possible output tokens. Therefore the sequence of tokens generated by an HMM gives some information about the sequence of states.

Applications of hidden Markov models in Bioinformatics are related to prediction of protein-coding regions in genome sequences, modeling families of related DNA or protein sequences or prediction of secondary structure elements from protein primary sequences.

Subsections

Suggest new subsection