]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedlistvector.h
changed heatmap and venn command to use vector of sharedrabunds instead of order...
[mothur.git] / sharedlistvector.h
index 53fe1b1edd280bd6184766cbdf1d67cc2778cf91..8cfb7e000a9427921ce9e951c040c06c50cc71d8 100644 (file)
@@ -54,6 +54,7 @@ public:
        SharedOrderVector* getSharedOrderVector();
        SharedRAbundVector getSharedRAbundVector(string);  //get sharedrabundvector for a certain group
        SharedSAbundVector getSharedSAbundVector(string);                       //get sharedsabundvector for a certain group
+       vector<SharedRAbundVector*> getSharedRAbundVector(); //returns sharedRabundVectors for all the users groups
        
 private:
        vector<string> data;  //data[i] is a list of names of sequences in the ith OTU.