Exporting taxonomy with level columns

Hi,

I am using QIIME2/2023.7 version. I use the "qiime tools export " function to export my taxonomy.qza into a tsv. My question, is there a way to export the file with the column identifiers for each of the levels of taxa?

Currently what my table looks like: (Where I just have 1 column "taxon" with the entire taxonomic profile line for each id.)
image

Ideally what it would like: Where I have 7 columns for each level of taxonomy (kingdom->species)
image

Actually, I'm not sure if there is a specific function to command QIIME2 to do this. I ended up transforming this on R!

1 Like

Hello!
Glad hat you figured it out :+1:.
You are right, there is no way to do it in Qiime2. I transform it with Python when needed.

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