X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=corraxescommand.h;h=2aa7ae0d345cff024b7485ad856013f88895edd9;hb=36a6b02cf7f09d2bc34376b588944a9ca73429c5;hp=5f04c6a754393bda843abdf057e0f47763fd21cf;hpb=ca9ac1d80c62f57270b0dcd49410ebe08a8aecd6;p=mothur.git diff --git a/corraxescommand.h b/corraxescommand.h index 5f04c6a..2aa7ae0 100644 --- a/corraxescommand.h +++ b/corraxescommand.h @@ -25,6 +25,8 @@ public: string getCommandName() { return "corr.axes"; } 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/Corr.axes"; } + string getDescription() { return "calculate the correlation coefficient for each column in a shared/relabund file to the axes displayed in a pcoa file"; } int execute(); void help() { m->mothurOut(getHelpString()); }