X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=heatmapcommand.cpp;h=fb8e0216530623ea11375784eb898ddfe20ecc58;hb=7588ff51d365aad66f455694afb90b6fd3e6639a;hp=c6345328e6d5ac5b0e577d03a797d35448446227;hpb=43921e55e68146936cf72f65fbc92553bc05977b;p=mothur.git diff --git a/heatmapcommand.cpp b/heatmapcommand.cpp index c634532..fb8e021 100644 --- a/heatmapcommand.cpp +++ b/heatmapcommand.cpp @@ -109,7 +109,7 @@ void HeatMapCommand::help(){ m->mothurOut("The group names are separated by dashes. The label parameter allows you to select what distance levels you would like a heatmap created for, and are also separated by dashes.\n"); m->mothurOut("The fontsize parameter allows you to adjust the font size of the picture created, default=24.\n"); m->mothurOut("The heatmap.bin command should be in the following format: heatmap.bin(groups=yourGroups, sorted=yourSorted, label=yourLabels).\n"); - m->mothurOut("Example heatmap.bin(groups=A-B-C, sorted=F, scale=log10).\n"); + m->mothurOut("Example heatmap.bin(groups=A-B-C, sorted=none, scale=log10).\n"); m->mothurOut("The default value for groups is all the groups in your groupfile, and all labels in your inputfile will be used.\n"); m->mothurOut("The default value for scale is log10; your other options are log2 and linear.\n"); m->mothurOut("The heatmap.bin command outputs a .svg file for each label you specify.\n");