VEuPathDB / microbiomeComputations

1 stars 0 forks source link

Allow continuous vars in diff abund #43

Closed asizemore closed 1 year ago

asizemore commented 1 year ago

Resolves #41

Requires three new functions in veupathUtils: findBinStart, findBinEnd, and whichInBin (PR here)

Also resolves some frustrating behavior arising from updating by reference.

asizemore commented 1 year ago

Comparator class added. @d-callan i saw your comment about moving this to veupathUtils someday. Do you have an idea for when/where this class will be useful outside of diff abund? There's nothing i know about coming up but maybe there's something in the map you had in mind?