]> git.donarmstrong.com Git - mothur.git/blobdiff - mothurout.h
added zap method to classify.seqs and changed bayesian method name to wang.
[mothur.git] / mothurout.h
index 77c5a804070eaa2dd3229375df999a5b9521dc92..53d4250c771cdbdac15c715c44d97fabf0a92c1a 100644 (file)
@@ -140,7 +140,9 @@ class MothurOut {
                void splitAtChar(string&, vector<string>&, char);
         void splitAtChar(string&, string&, char);
                int removeConfidences(string&);
+        string removeQuotes(string);
         string makeList(vector<string>&);
+        bool isSubset(vector<string>, vector<string>); //bigSet, subset
                
                //math operation
                int factorial(int num);
@@ -149,6 +151,7 @@ class MothurOut {
                float roundDist(float, int);
                unsigned int fromBase36(string);
                int getRandomIndex(int); //highest
+        double getStandardDeviation(vector<int>&);
 
                int control_pressed;
                bool executing, runParse, jumble, gui, mothurCalling, debug;