seqhelper.h

Go to the documentation of this file.
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

Generated on Wed Aug 10 11:56:56 2011 for Softwares from Orpara by  doxygen 1.5.6