]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedcommand.h
added average and nearest neighbor methods to hcluster
[mothur.git] / sharedcommand.h
index 3467c7b1d9e6beb1bcd2b5af9a63f9d9bbaf8045..5b922b6d6255eb993f8607fedc9696d4054f7caa 100644 (file)
@@ -33,14 +33,19 @@ public:
        
 private:
        void printSharedData(vector<SharedRAbundVector*>);
+       void createMisMatchFile();
+       bool isValidGroup(string, vector<string>);
+       void eliminateZeroOTUS(vector<SharedRAbundVector*>&);
+       
        GlobalData* globaldata;
        ReadOTUFile* read;
        SharedListVector* SharedList;
        InputData* input;
        GroupMap* groupMap;
+       vector<string> groups;
        ofstream out;
        string filename, fileroot;
-       bool firsttime;
+       bool firsttime, pickedGroups;
        map<string, ofstream*> filehandles;
        map<string, ofstream*>::iterator it3;