X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=otuassociationcommand.h;h=e9cdb2a290fb5a778bf936e3040b97433121be32;hp=f1d047d97158c966bbeae80985b51c4725648885;hb=615301e57c25e241356a9c2380648d117709458d;hpb=05c52893c6c2467381fe7e7b769d86b6209af2e1 diff --git a/otuassociationcommand.h b/otuassociationcommand.h index f1d047d..e9cdb2a 100644 --- a/otuassociationcommand.h +++ b/otuassociationcommand.h @@ -25,7 +25,9 @@ public: vector setParameters(); string getCommandName() { return "otu.association"; } string getCommandCategory() { return "Hypothesis Testing"; } + string getHelpString(); + string getOutputPattern(string); string getCitation() { return "http://www.mothur.org/wiki/Otu.association"; } string getDescription() { return "calculate the correlation coefficient for the otus in a shared/relabund file"; } @@ -35,6 +37,7 @@ private: string sharedfile, relabundfile, metadatafile, groups, label, inputFileName, outputDir, method; bool abort, pickedGroups, allLines; + double cutoff; set labels; vector metadataLookup; vector< vector< double> > metadata;