X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=mantelcommand.h;h=33fa3ea21e91fa2663994947720080933fad3d61;hp=5b2fe6f347b5090991b7f1c83cb5a534e6c0c7f1;hb=df7e3ff9f68ef157b0328a2d353c3258c5d45d89;hpb=8f7f4fc08b8c70d9ef0f79607813dba4e926e102 diff --git a/mantelcommand.h b/mantelcommand.h index 5b2fe6f..33fa3ea 100644 --- a/mantelcommand.h +++ b/mantelcommand.h @@ -22,9 +22,12 @@ public: vector setParameters(); string getCommandName() { return "mantel"; } string getCommandCategory() { return "Hypothesis Testing"; } + string getHelpString(); + string getOutputPattern(string); 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()); }