]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedanderbergs.h
added sort to heatmap to put shared otus at the top and updated some error checking
[mothur.git] / sharedanderbergs.h
diff --git a/sharedanderbergs.h b/sharedanderbergs.h
new file mode 100644 (file)
index 0000000..0443d02
--- /dev/null
@@ -0,0 +1,30 @@
+#ifndef SHAREDANDERBERG_H
+#define SHAREDANDERBERG_H
+/*
+ *  sharedanderberg.h
+ *  Mothur
+ *
+ *  Created by Sarah Westcott on 3/23/09.
+ *  Copyright 2009 Schloss Lab UMASS Amherst. All rights reserved.
+ *
+ */
+
+#include "calculator.h"
+
+/***********************************************************************/
+
+class SharedAnderberg : public Calculator  {
+       
+       public:
+               SharedAnderberg() :  Calculator("SharedAnderberg", 1) {};
+               EstOutput getValues(SAbundVector*) {return data;};
+               EstOutput getValues(SharedRAbundVector*, SharedRAbundVector*);
+       private:
+
+};
+
+/***********************************************************************/
+
+
+
+#endif
\ No newline at end of file