]> git.donarmstrong.com Git - mothur.git/blobdiff - heatmapcommand.h
added heatmap command
[mothur.git] / heatmapcommand.h
index 1b3c108836665085d953dc56b9aab20ae0687071..5eeae265471785c8d582e7b250c76046554711e7 100644 (file)
@@ -15,6 +15,7 @@
 #include "inputdata.h"
 #include "readmatrix.hpp"
 #include "sharedlistvector.h"
+#include "heatmap.h"
 
 
 class GlobalData;
@@ -34,7 +35,10 @@ private:
        SharedListVector* SharedList;
        SharedOrderVector* order;
        OrderVector* ordersingle;
+       HeatMap* heatmap;
        string format;
+       
+       void setGroups();
 
 };