]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedordervector.h
changed heatmap and venn command to use vector of sharedrabunds instead of order...
[mothur.git] / sharedordervector.h
index c315c44b5468479a813b25922e54baca48841bac..e941c7e5f860b770c5a766027d3cc658c94e3259 100644 (file)
@@ -69,6 +69,7 @@ public:
        SharedOrderVector getSharedOrderVector();
        SharedRAbundVector getSharedRAbundVector(string);  //get the sharedRabundvector for a sepecific group
        SharedSAbundVector getSharedSAbundVector(string);       //get the sharedSabundvector for a sepecific group
+       vector<SharedRAbundVector*> getSharedRAbundVector(); //returns sharedRabundVectors for all the users groups
        
 private:
        GlobalData* globaldata;