X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=mantelcommand.h;h=0a2c4045960911c65c4ea43213c08add648663a6;hb=2009a1a1f47e7467094d844e7c07ab8ddf7bb447;hp=224265bc3539a53e16b322847772b8fe2cdbc280;hpb=ca9ac1d80c62f57270b0dcd49410ebe08a8aecd6;p=mothur.git diff --git a/mantelcommand.h b/mantelcommand.h index 224265b..0a2c404 100644 --- a/mantelcommand.h +++ b/mantelcommand.h @@ -23,7 +23,9 @@ public: string getCommandName() { return "mantel"; } string getCommandCategory() { return "Hypothesis Testing"; } string getHelpString(); - + 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()); }