]> git.donarmstrong.com Git - mothur.git/blobdiff - anosimcommand.h
added otu.association command. added calcSpearman, calcKendall and calcPearson functi...
[mothur.git] / anosimcommand.h
index aad676ab17d04ef25a9f6be2faa685d3ae580fc4..4b650705ace41501f3d85d672638a47f48a91ce3 100644 (file)
@@ -26,7 +26,8 @@ public:
        string getCommandName()                 { return "anosim";                                      }
        string getCommandCategory()             { return "Hypothesis Testing";          }
        string getHelpString(); 
-       string getCitation() { return "Referenced: Clarke, K. R. (1993). Non-parametric multivariate analysis of changes in community structure. _Australian Journal of Ecology_ 18, 117-143. http://www.mothur.org/wiki/Anosim"; }
+       string getCitation() { return "Clarke, K. R. (1993). Non-parametric multivariate analysis of changes in community structure. _Australian Journal of Ecology_ 18, 117-143.\nhttp://www.mothur.org/wiki/Anosim"; }
+       string getDescription()         { return "analysis of similarity"; }
        
        int execute();
        void help() { m->mothurOut(getHelpString()); }