X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=mantelcommand.h;h=33fa3ea21e91fa2663994947720080933fad3d61;hp=1a6f27b523e24dc0e6d702649eea33dad995a876;hb=a8e2df1b96a57f5f29576b08361b86a96a8eff4f;hpb=e150b0b0664caec517485ee6d69dcdade6dcae77 diff --git a/mantelcommand.h b/mantelcommand.h index 1a6f27b..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 getCitation() { return "Sokal, R. R., & Rohlf, F. J. (1995). Biometry, 3rd edn. New York: Freeman. http://www.mothur.org/wiki/Mantel"; } + 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()); }