X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=mantelcommand.h;h=0a2c4045960911c65c4ea43213c08add648663a6;hb=ee8403d4eb5760187d62b42a9cf4272de8fc0ec4;hp=1a6f27b523e24dc0e6d702649eea33dad995a876;hpb=e150b0b0664caec517485ee6d69dcdade6dcae77;p=mothur.git diff --git a/mantelcommand.h b/mantelcommand.h index 1a6f27b..0a2c404 100644 --- a/mantelcommand.h +++ b/mantelcommand.h @@ -23,8 +23,9 @@ public: string getCommandName() { return "mantel"; } string getCommandCategory() { return "Hypothesis Testing"; } string getHelpString(); - string getCitation() { return "Sokal, R. R., & Rohlf, F. J. (1995). Biometry, 3rd edn. New York: Freeman. http://www.mothur.org/wiki/Mantel"; } - + string getCitation() { return "McCune B, Grace JB, Urban DL (2002). Analysis of ecological communities. MjM Software Design: Gleneden Beach, OR. \nLegendre P, Legendre L (1998). Numerical Ecology. Elsevier: New York. \nhttp://www.mothur.org/wiki/Mantel"; } + string getDescription() { return "Mantel’s test for correlation between matrices"; } + int execute(); void help() { m->mothurOut(getHelpString()); }