]> git.donarmstrong.com Git - mothur.git/blobdiff - unifracweightedcommand.h
added otu.association command. added calcSpearman, calcKendall and calcPearson functi...
[mothur.git] / unifracweightedcommand.h
index 612b64abcfad0804c6981100dc6bdb12ebb5d219..b1db317de0add4b28352315e20dc282110fad789 100644 (file)
@@ -29,7 +29,9 @@ class UnifracWeightedCommand : public Command {
                string getCommandName()                 { return "unifrac.weighted";            }
                string getCommandCategory()             { return "Hypothesis Testing";          }
                string getHelpString(); 
-       
+               string getCitation() { return "Lozupone CA, Hamady M, Kelley ST, Knight R (2007). Quantitative and qualitative beta diversity measures lead to different insights into factors that structure microbial communities. Appl Environ Microbiol 73: 1576-85. \nhttp://www.mothur.org/wiki/Unifrac.weighted"; }
+               string getDescription()         { return "generic tests that describes whether two or more communities have the same structure"; }
+
                int execute();
                void help() { m->mothurOut(getHelpString()); }