Hi!
I am trying to filter my output table from denoising (table.qza) and I want to filter out features that occur in fewer than 20 samples and filter out samples that have fewer than 10 features in them. Is it possible to do this in one command? I have used qiime feature-table filter-features and --p-min-frequency to filter out the rare features, and I see that I can use qiime feature-table filter-samples to filter out samples with few features but how do I combine those results?
Thanks!