Hi @thompsrs,
Welcome to the QIIME 2 forum!
You have the correct command for looking at paired-sample changes across a time interval, and technically it could be performed on specific features in a feature table... but there are two issues to be aware of:
- it sounds like you are interested in discovering which of many features change in relative frequency, not testing specific features. This action will only test specific features one at a time...
- this action does not perform any transformation on the data, so on its own a paired Wilcoxon or t-test is not really an appropriate test for compositional data (e.g., relative frequencies). Technically you could transform the data with an appropriate method and then input those data to this action, but this is not possible in QIIME 2 at the moment on its own.
For paired testing with ANCOM it is easiest to test outside of QIIME 2 at the moment... this is a recent relevant discussion, including a simple way to do this with python/scikit-bio:
Good luck!