Percentage of reads classified at each taxon

Thank you again!

I was facing an error but encountered the solution on this other topic:

Then, I runned the qiime taxa barplot like this (I had to remove the --i-taxonomy because it returned an error):

qiime taxa barplot
--i-table collapsed-table-l6.qza
--m-metadata-file sample-metadata.tsv
--o-visualization taxa-bar-plots.qzv

And I had to rerun taxa collapse for each level I wanted, and then generated the barplot for each of them and it worked.

And it appeared like this (this one at genus level):

Then, to know each taxon in percentage I did qiime feature-table relative-frequency and then transformed on csv with qiime metadata tabulate.

1 Like