]> git.donarmstrong.com Git - mothur.git/blob - sharedanderbergs.h
added sort to heatmap to put shared otus at the top and updated some error checking
[mothur.git] / sharedanderbergs.h
1 #ifndef SHAREDANDERBERG_H
2 #define SHAREDANDERBERG_H
3 /*
4  *  sharedanderberg.h
5  *  Mothur
6  *
7  *  Created by Sarah Westcott on 3/23/09.
8  *  Copyright 2009 Schloss Lab UMASS Amherst. All rights reserved.
9  *
10  */
11
12 #include "calculator.h"
13
14 /***********************************************************************/
15
16 class SharedAnderberg : public Calculator  {
17         
18         public:
19                 SharedAnderberg() :  Calculator("SharedAnderberg", 1) {};
20                 EstOutput getValues(SAbundVector*) {return data;};
21                 EstOutput getValues(SharedRAbundVector*, SharedRAbundVector*);
22         private:
23
24 };
25
26 /***********************************************************************/
27
28
29
30 #endif