]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedrabundvector.h
pca command
[mothur.git] / sharedrabundvector.h
index 6584d1d2e9198cb5fed6ebc3d43e9d35f608da00..beece8e14a1082d7347a62fdc0e95ebcd24a9cc2 100644 (file)
@@ -13,6 +13,7 @@
 #include "datavector.hpp"
 #include "sharedordervector.h"
 #include "sharedsabundvector.h"
+#include "sharedrabundfloatvector.h"
 #include "rabundvector.hpp"
 #include "groupmap.h"
 
@@ -69,6 +70,7 @@ public:
        SharedSAbundVector getSharedSAbundVector();
        SharedRAbundVector getSharedRAbundVector();
        vector<SharedRAbundVector*> getSharedRAbundVectors();
+       vector<SharedRAbundFloatVector*> getSharedRAbundFloatVectors(vector<SharedRAbundVector*>);
        
 private:
        vector<individual>  data; 
@@ -80,6 +82,8 @@ private:
        int numSeqs;
        string group;
        int index;      
+       
+       int eliminateZeroOTUS(vector<SharedRAbundVector*>&);
 };