|
StochHMM
v0.34
Flexible Hidden Markov Model C++ Library and Application
|
#include <vector>#include <string>#include <map>#include <iostream>#include <fstream>#include <sstream>#include "text.h"#include "stochTypes.h"#include "userFunctions.h"#include "stochMath.h"#include <limits>#include <stdlib.h>#include <stdint.h>Go to the source code of this file.
Classes | |
| class | StochHMM::ambigCharacter |
| 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]. More... | |
| class | StochHMM::track |
| class | StochHMM::tracks |
Namespaces | |
| namespace | StochHMM |
| traceback_path.h | |
1.8.1