removing unwanted taxa

hi buddies!
im in the taxonomy assignment and I have this visualization:

i want to exclude Cyanobacteria so I ran this command:

qiime taxa filter-seqs
--i-sequences rep-seqs.qza
--i-taxonomy taxonomy.qza
--p-include p__
--p-exclude Cyanobacteria
--o-filtered-sequences filtered-sequences.qza

and I want to generate a table in order to make a visualization

do you know if there`s a command to generate the table and the qzv artifact?

This tutorial should walk you through what you need to do Taxonomic annotation of observed sequences — QIIME 2 Cancer Microbiome Intervention Tutorial. You will want to be sure to select the appropriate interface from the drop-down at the top of the page.

1 Like

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.