X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=cooccurrencecommand.h;h=8f60e08330ced9099c8b3b777e618a94ca2f9ed1;hb=fc3b1fc4fc1c4e38fde6b0c0ee7896b5fe0b9d57;hp=da7cde84a5372acb083e509b0fb0a997039ad835;hpb=a626c629e4d4840cd2ce04d98055dcfef1f8593a;p=mothur.git diff --git a/cooccurrencecommand.h b/cooccurrencecommand.h index da7cde8..8f60e08 100644 --- a/cooccurrencecommand.h +++ b/cooccurrencecommand.h @@ -30,7 +30,7 @@ public: string getCommandCategory() { return "Hypothesis Testing"; } string getHelpString(); string getCitation() { return "http://www.mothur.org/wiki/Cooccurrence"; } - string getDescription() { return "Cooccurrence"; } + string getDescription() { return "calculates four metrics and tests their significance to assess whether presence-absence patterns are different than what one would expect by chance."; } int execute(); void help() { m->mothurOut(getHelpString()); }