]> git.donarmstrong.com Git - mothur.git/blobdiff - unifracunweightedcommand.h
changed unweighted and weighted score cumulatives to be that score or higher instead...
[mothur.git] / unifracunweightedcommand.h
index cc01aab8505d6c36978a2a5933f9167de565fe99..ecf78f58a981e1f95602ed4e10973bcf7695cf14 100644 (file)
@@ -46,8 +46,8 @@ class UnifracUnweightedCommand : public Command {
                map<float, float> rscoreFreq;  //unweighted score, number of random trees with that score.
                map<float, float> uscoreFreq;  //unweighted, number of user trees with that score.
                map<float, float> totalrscoreFreq;  //unweighted score, number of random trees with that score.
-               map<float, float> rCumul;               //unweighted score, cumulative percentage of number of random trees with that score or lower.
-               map<float, float> uCumul;  //unweighted, cumulative percentage of number of user trees with that score or lower .
+               map<float, float> rCumul;               //unweighted score, cumulative percentage of number of random trees with that score or higher.
+               map<float, float> uCumul;  //unweighted, cumulative percentage of number of user trees with that score or higher .
                map<float, float>::iterator it;
                map<float, float>::iterator it2;