Firstly, my apologies if I'm not posting at the right page/platform, I’ve been following Qiime2 tutorials for 18S data analysis that helped me a lot being naive to Qiime2 (many thanks all for the posts and very helpful discussions) and now when I’m near the end of the analysis, I’ve spent a fair bit of time on creating and exporting BIOM table, but it looks like it doesn’t link with taxonomy (the taxonomy colum remains blank), please see below the codes and outcomes: Any help to figure it out would be highly appreciated. Thank you in advance
The good news is it did work, and taxonomy was added to the file, but it changed the OTU names from features ids to reference database ids, as highlighted in the below image, can I retain the feature ids as such?
Also I'm confused at the step where adding taxonomy (in step: biom add-metadata -i feature-table.biom -o feature-table-tax.biom --observation-metadata-fp 97_otu_taxonomy.txt --sc-separated taxonomy) to feature-table.biom, do I need to add reference taxonomy or taxonomy file generated after alignment of seqs-dada2?
Thank you so much
Hi @Ghaz, not sure how that happened unless the files are getting mixed up. I just tried the following commands using the table.qza and taxonomy.qza files from the Moving Pictures tutorial, and the commands below worked as expected.
Optional sanity-check: make a tsv file from your initially exported exported_table/feature-table.biom table, i.e. w/o taxonomy. Compare this to your feature-table-tax.tsv with the taxonomy.