00001 #ifndef SEQ_HELPER 00002 #define SEQ_HELPER 00003 #include <string> 00004 #include <map> 00005 00006 using namespace std; 00007 00008 //double entropy(const string &seq); 00009 pair<double,double> entropy(const string &seq); 00010 00011 #endif
1.5.6