vg
tools for working with variation graphs
|
#include <sequence_complexity.hpp>
Public Member Functions | |
SeqComplexity (string::const_iterator begin, string::const_iterator end) | |
SeqComplexity (const string &seq) | |
double | p_value (int order) const |
double | repetitiveness (int order) const |
Private Attributes | |
int | len |
int | matches [MaxOrder] |
vg::SeqComplexity< MaxOrder >::SeqComplexity | ( | string::const_iterator | begin, |
string::const_iterator | end | ||
) |
vg::SeqComplexity< MaxOrder >::SeqComplexity | ( | const string & | seq | ) |
double vg::SeqComplexity< MaxOrder >::p_value | ( | int | order | ) | const |
double vg::SeqComplexity< MaxOrder >::repetitiveness | ( | int | order | ) | const |
|
private |
|
private |