Augustus 3.4.0
|
#include <statemodel.hh>
Public Member Functions | |
SnippetProbs (const char *dna, int k, bool forwardStrand=true) | |
Double | getSeqProb (int base, int len) |
void | setEmiProbs (vector< Double > *emiprobs) |
void | addProb (int base, int len, Double p) |
Protected Attributes | |
const char * | dna |
int | n |
vector< Double > * | emiprobs |
int | k |
SnippetList ** | snippetlist |
bool | forwardStrand |