In "Moving pictures" tutorial, I would like to create the taxonomy table with frequency where I can see the frequency of each taxonomy (not as feature ID) for each sample in order to use that table (as biom or csv file) for further statistical analysis with R.
I thought I could get that data by exporting "taxa-bar-plots.qzv" because it was the result of combining frequency and taxonomy data, but I did not work.
Could you please let me know how to create that table?
Thank you and have a good holiday!
Hi @scho73! You can use qiime taxa collapse to create a feature table of frequencies at a particular taxonomic level (this is similar to QIIME 1's summarize_taxa.py script). Once you have the collapsed feature table artifact, you can export a .biom file using qiime tools export.