Hi,
I am currently trying to filter specific taxa from my feature table. I have searched the forum and have found some information that has been helpful, but hasn't completely solved my issue. Currently, I want to eliminate the unassigned taxa as well as taxa that does not provide information at phylum level (k__Bacteria;__ and k__Bacteria;p__).
I have been trying to use the filtering command as follows:
qiime taxa filter-table --i-table feature-table.qza --i-taxonomy taxonomy-Feb-2025.qza --p-exclude Unassigned --p-include p__ --o-filtered-table 16S-no-sings-filtered-table.qza
However, if I use the --p-include p__ parameter, the taxa k__Bacteria;p__ is not eliminated. I have tried several ways, but can seem to find a correct way to eliminate them.
I appreciate any help!