qiime2 / q2-diversity-lib

BSD 3-Clause "New" or "Revised" License
0 stars 11 forks source link

Allow Bray-Curtis to accept Relative Frequency Data #27

Closed ChrisKeefe closed 11 months ago

ChrisKeefe commented 4 years ago

Improvement Description Allow FeatureTable[RelativeFrequency] to be passed to bray_curtis (1, 2)

Current Behavior Only FeatureTable[Frequency] is allowed.

Comments IIRC, I ran into some unexpected test failures when initially trying to implement this. Tests showing that Bray-Curtis produces expected results with relative frequency data will be required in any PR that closes this issue.

cherman2 commented 11 months ago

addressing in #60