MHMM Format

Description

This format describes a hidden markov model of motif sites in a sequence.

Format Specification

Overview

Global Information

The list of states in the MEME Suite HMM begins with eight lines that specify the global characteristics of the model. These lines tell

States

Following the global characteristics is a list of state descriptions. Each state description consists of six lines. These lines tell

The final item (the list of emission probabilities) is omitted from the start and end states, which do not emit letters.

Transition probability matrix

The MHMM file ends with a square matrix containing n rows and n columns, where n is the number of states in the model. The entry in row i, column j of this matrix is the probability of transitioning from state i to state j in the model. Consequently, each row in the matrix sums to 1.0.

See Also

The program mhmm can be used to create a file in MHMM format from MEME motifs.