]> git.donarmstrong.com Git - mothur.git/blobdiff - metastats2.c
changed how we name the make.group groups file, and filter file in filter.seqs, finis...
[mothur.git] / metastats2.c
index 3b801a0b110c5685fcc3a62f66ab3ad516a862d2..b22938af69282857aa354c4e55ec2c30a4921d8f 100644 (file)
@@ -1,6 +1,8 @@
 
 #include "metastats.h"
 
+//The following code has been modified using the original Metastats program from White, J.R., Nagarajan, N. & Pop, M. Statistical methods for detecting differentially abundant features in clinical metagenomic samples. PLoS Comput Biol 5, e1000352 (2009).
+
 int metastat_main (char* outputFileName, int numRows, int numCols, double threshold, int numPermutations, double** data, int secondGroupingStart){
   
   int size,c=0,i=0,j=0,k,counter=0, bflag=0;