]> git.donarmstrong.com Git - mothur.git/blobdiff - kmerdb.hpp
added otu.association command. added calcSpearman, calcKendall and calcPearson functi...
[mothur.git] / kmerdb.hpp
index 62d4836a066f9bc10cf1a041e21cb07e1e0a1f84..4ae00b91311677488c35961186dfbf072ba005f3 100644 (file)
@@ -36,6 +36,7 @@ public:
        void readKmerDB(ifstream&);
        int getCount(int);  //returns number of sequences with that kmer number
        vector<int> getSequencesWithKmer(int);  //returns vector of sequences that contain kmer passed in
+       int getReversed(int);  //returns reverse compliment kmerNumber 
        int getMaxKmer() { return maxKmer; }
        
 private: