Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add compositionally aware paired test #160

Open
nbokulich opened this issue Feb 6, 2021 · 0 comments
Open

add compositionally aware paired test #160

nbokulich opened this issue Feb 6, 2021 · 0 comments

Comments

@nbokulich
Copy link
Member

Improvement Description
Add a compositionally aware method for paired testing of a feature table

Current Behavior
pairwise-differences accepts a feature table but the tests implemented (paired wilcoxon, paired t-test) are not really appropriate for relative frequency data.

Proposed Behavior
I see two options:

  1. implement a new action specifically for feature tables that performs an appropriate test. E.g., a paired ANCOM test would be quite simple to rig up. A new visualization would be nice 😄 though the old one would work, with modification for multiple testing.
  2. adjust pairwise-differences to accept only transformed feature tables, and implement an appropriate transform somewhere else (e.g., ILR might be implemented in q2-classo?)

References
forum xref

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant