]> git.donarmstrong.com Git - mothur.git/blobdiff - venncommand.h
venn command with up to 4 groups using sharedsobs, sharedchao and sharedace estimator...
[mothur.git] / venncommand.h
index f8151c1bdf0e3a547638639dfbf2aa5ac9f437ed..d91aaef1c7e47185862cf1a681976a31c47ebb75 100644 (file)
@@ -14,6 +14,7 @@
 #include "readmatrix.hpp"
 #include "sharedlistvector.h"
 #include "venn.h"
+#include "validcalculator.h"
 
 
 class GlobalData;
@@ -35,6 +36,9 @@ private:
        OrderVector* ordersingle;
        Venn* venn;
        string format;
+       vector<Calculator*> vennCalculators;    
+       ValidCalculators* validCalculator;
+       int abund;
        
        void setGroups();