]> git.donarmstrong.com Git - mothur.git/blobdiff - cooccurrencecommand.h
sffinfo bug with flow grams right index when clipQualRight=0
[mothur.git] / cooccurrencecommand.h
index da7cde84a5372acb083e509b0fb0a997039ad835..758a9fff0c155261c1efbe60e7a0992d9b215681 100644 (file)
@@ -28,9 +28,11 @@ public:
        vector<string> setParameters();
        string getCommandName()                 { return "Cooccurrence";                        }
        string getCommandCategory()             { return "Hypothesis Testing";  }
+       
        string getHelpString(); 
-       string getCitation() { return "http://www.mothur.org/wiki/Cooccurrence"; }
-       string getDescription()         { return "Cooccurrence"; }
+    string getOutputPattern(string);   
+       string getCitation() { return "Ulrich W & Gotelli NJ (2010).  Null model analysis of species associations using abundance data.  Ecology  91:3384.\nhttp://www.mothur.org/wiki/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()); }