Hello,
I would like to do the following:
filter out features that are in counts of 10 or less IN a sample and not sure how to do it.
If I run the following command (see below), it will filter out features that are less than 10 counts ACROSS samples. But what I want is to filter out features that are less than 10 counts PER sample. Any ideas of how to do that?
qiime feature-table filter-features
–i-table table.qza
–p-min-frequency 10
–o-filtered-table feature-frequency-filtered-table.qza
- I am using version Qiime2-2020.2, through conda.
Thank you so much!