]> git.donarmstrong.com Git - mothur.git/blobdiff - metastatscommand.h
added citation function to commands
[mothur.git] / metastatscommand.h
index 1380444dc25e4b0ade5afc240acb2c942b6abd57..491e0761a35712638782fe8efb13cd6427d6b7f2 100644 (file)
@@ -25,6 +25,7 @@ public:
        string getCommandName()                 { return "metastats";                           }
        string getCommandCategory()             { return "OTU-Based Approaches";        }
        string getHelpString(); 
+       string getCitation() { return "White, J.R., Nagarajan, N. & Pop, M. Statistical methods for detecting differentially abundant features in clinical metagenomic samples. PLoS Comput Biol 5, e1000352 (2009). http://www.mothur.org/wiki/Metastats"; }
        
        int execute(); 
        void help() { m->mothurOut(getHelpString()); }