]> git.donarmstrong.com Git - mothur.git/blobdiff - counttable.h
changes while testing 1.26
[mothur.git] / counttable.h
index 8c970199babf9d45f3a624d3456d39732fc3e5e2..ffc08167682bf8aa9f1a4a42267a90d666376250 100644 (file)
@@ -59,6 +59,7 @@ class CountTable {
         int getNumUniqueSeqs() { return uniques; } //return number of unique/representative seqs
         int getGroupIndex(string); //returns index in getGroupCounts vector of specific group
         vector<string> getNamesOfSeqs();
+        int mergeCounts(string, string); //combines counts for 2 seqs, saving under the first name passed in.
     
     private:
         string filename;