]> git.donarmstrong.com Git - mothur.git/blobdiff - unifracweightedcommand.h
changed unweighted and weighted score cumulatives to be that score or higher instead...
[mothur.git] / unifracweightedcommand.h
index 047c92b2574515e20c439931808dce8dc5a34705..45d3c7cec25d4d80448d32beeaa212a92295d366 100644 (file)
@@ -47,8 +47,8 @@ class UnifracWeightedCommand : public Command {
                vector< map<float, float> > rscoreFreq;  //vector<weighted score, number of random trees with that score.> each group comb has an entry
                vector< map<float, float> > uscoreFreq;  //vector<weighted, number of user trees with that score.> each group comb has an entry
                vector< map<float, float> > totalrscoreFreq;  //vector<weighted score, number of random trees with that score.> each group comb has an entry
-               vector< map<float, float> > rCumul;  //vector<weighted score, number of random trees with that score.> each group comb has an entry
-               vector< map<float, float> > uCumul;  //vector<weighted, cumulative percentage of number of user trees with that score or lower.> each group comb has an entry
+               vector< map<float, float> > rCumul;  //vector<weighted score, number of random trees with that score or higher.> each group comb has an entry
+               vector< map<float, float> > uCumul;  //vector<weighted, cumulative percentage of number of user trees with that score or higher.> each group comb has an entry
                map<float, float>::iterator it;
                map<float, float>::iterator it2;