#include <motif.hh>
|
Motif & | operator= (const Motif &other) |
|
| Motif (int length, int memory=0, int pseudocount=1, int neighbors=0) |
|
void | addSequence (const char *seq, int weight=1, bool reverse=false) |
|
void | makeProbs () |
|
void | printProbs () |
|
Double | seqProb (const char *seq, bool reverse=false, bool complement=false) |
|
void | write (ofstream &out) |
|
void | read (ifstream &in) |
|
void | clearCounts () |
|
char * | getSampleDNA () |
|
Double | getProbThreshold (double q, int numSamples=10000) |
|
|
int | n |
|
int | k |
|
int | numSeqs |
|
int | neighbors |
|
int | pseudocount |
|
The documentation for this class was generated from the following files: