X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=sparcccommand.h;h=73e9f8a593072a34ba7f1f5b4efd6f5d81e972fc;hp=8add3eded2682f6e7568670e3c155d0fa40d1356;hb=050a3ff02473a3d4c0980964e1a9ebe52e55d6b8;hpb=58e640f9968ed426ac8cc0ebe3c01564ce68b4d7 diff --git a/sparcccommand.h b/sparcccommand.h index 8add3ed..73e9f8a 100644 --- a/sparcccommand.h +++ b/sparcccommand.h @@ -29,7 +29,7 @@ public: //commmand category choices: Sequence Processing, OTU-Based Approaches, Hypothesis Testing, Phylotype Analysis, General, Clustering and Hidden string getHelpString(); string getCitation() { return "Friedman J, Alm EJ (2012) Inferring Correlation Networks from Genomic Survey Data. PLoS Comput Biol 8(9): e1002687. doi:10.1371/journal.pcbi.1002687 http://www.mothur.org/wiki/Sparcc"; } - string getDescription() { return "brief description"; } + string getDescription() { return "Calculates correlations between OTUs using a method that is insensitive to the use of relative abundance data"; } int execute(); void help() { m->mothurOut(getHelpString()); }