]> git.donarmstrong.com Git - mothur.git/blobdiff - heatmap.h
added concensus command and updated calcs
[mothur.git] / heatmap.h
index 0678aa0827b8765f72c5012dfc3fa18522d995a6..29b6b9af302cf24b079f153eb75f993e0e83be21 100644 (file)
--- a/heatmap.h
+++ b/heatmap.h
 
 using namespace std;
 
-#include "ordervector.hpp"
 #include "rabundvector.hpp"
 #include "sharedrabundvector.h"
-#include "sharedordervector.h"
 #include "datavector.hpp"
 #include "globaldata.hpp"
 
@@ -26,26 +24,23 @@ class HeatMap {
                HeatMap();
                ~HeatMap(){};
        
-               void getPic(OrderVector*);
-               void getPic(SharedOrderVector*);
+               void getPic(RAbundVector*);
+               void getPic(vector<SharedRAbundVector*>);
 
        private:
-               void getSharedVectors(SharedOrderVector*);
-       
+               void sortSharedVectors(vector<SharedRAbundVector*>& );
+               void printLegend(int, float);
+
                GlobalData* globaldata;
-               vector<SharedRAbundVector*> lookup;
-               RAbundVector rabund;
-               string format;
+               string format, sorted, groupComb, scaler;
                ofstream outsvg;
-               map<int, string> colorScale;
-               map<int, string>::iterator it;
-               string groupComb;
-
                        
 };
+
 /***********************************************************************/
 
 #endif
 
 
 
+