]> git.donarmstrong.com Git - mothur.git/blobdiff - metastats.h
added otu.association command. added calcSpearman, calcKendall and calcPearson functi...
[mothur.git] / metastats.h
index ca8943a73b6485f34ea854e66201c9027b3e7441..5bab288f5064f5d325304e072901abb86a72f598 100644 (file)
@@ -31,12 +31,15 @@ void calc_twosample_ts(double *Pmatrix,int *g,int *nc,int *nr,double
                       *Ts,double *Tinitial,double *counter1);
 void meanvar(double *pmatrix,int *g,int *nr,int *nc,double *storage);
 void start(double *Imatrix,int *g,int *nr,int *nc,double *testing,
-                       double storage[][9]);
+                        double storage[][9]);
 
-int metastat_main (char* outputFileName, int numRows, int numCols, double threshold, int numPermutations, double** data, int);
+int metastat_main (char*, int, int, double, int, double**, int);
 
 #ifdef __cplusplus        
 }
 #endif
 
-#endif
\ No newline at end of file
+#endif
+
+
+