Hi @shashankgpt! Once you’ve saved a Newick tree file using phyloseq, you can import the Newick file following this section of the importing tutorial. The example in the tutorial assumes you have an unrooted phylogenetic tree. If your tree is already rooted, you can import the Newick file using --type Phylogeny[Rooted].
Now I have “otu.table.biom.qza” and “rooted.tree.qza” obtained from phyloseq and converted to .qza format, I am still confused about how can I generate it to "taxonomy.qza"
I am interested in making plots using QIIME2.
I was looking at the scripts on the tutorial, but I don’t know from where I can get the other information -
Glad the export/import steps worked for you! You’ll need to import representative sequences (see this section of the importing tutorial) in order to perform taxonomic classification. Each representative sequence corresponds to a “feature” in the feature table – in this case it looks like your “features” are OTUs, so you’ll have a single representative sequence per OTU.
If you haven’t already, I recommend working through the Getting Started guide and the Moving Pictures tutorial, which explain these concepts in more detail, along with example data.