|
StochHMM
v0.34
Flexible Hidden Markov Model C++ Library and Application
|
| Traceback_path.h | |
| Lexical table stores the log2 probabilities for both emissions and lexical transitions | |
| Class stencil: contains individial model template and keeps track of coordinates for replacement | |
| Class templates: contains a map of all templates | |
| Store the actual command line options data for each option defined by user | |
| Parse, Store, and access commandline options data | |
| Contains state information for quick reference between states information | |
| Stringlist is an list of strings that contains parsed comments and can be used to split string or remove whitespace from a string | |
| Define the ambiguous characters symbol and index number for digitizing ambiguous characters in the sequence For example in DNA N = [ACGT] = [0,1,2,3] | |
| Transition information for each state | |
| (**Adding in log space) | |
| Stores pointer to user functions used to create Real Number Tracks | |
| Weight class contains scaling factors for external scores | |
| SeqTracks are used to integrate the information provided by the model with the sequences that are being imported | |
| Implements the HMM scoring trellis and algorithms |
1.8.1