]> git.donarmstrong.com Git - mothur.git/blobdiff - inputdata.h
changed heatmap and venn command to use vector of sharedrabunds instead of order...
[mothur.git] / inputdata.h
index 1352e94c760469b071a3b56363c932f3be901004..f21daec045d67d9bf710ee6dce5e26ab018e1d51 100644 (file)
@@ -21,6 +21,8 @@ public:
        OrderVector* getOrderVector();
        SharedOrderVector* getSharedOrderVector();
        SAbundVector* getSAbundVector();
+       RAbundVector* getRAbundVector();
+       vector<SharedRAbundVector*> getSharedRAbundVectors();
        
 private:
        string format;
@@ -31,6 +33,7 @@ private:
        OrderVector* output;
        SharedOrderVector* SharedOrder;
        SAbundVector* sabund;
+       RAbundVector* rabund;
        map<string,int> orderMap;
 };