about missing phyla/genera in the taxa-bar-plot.csv file

Hi @risio6076,

There are two approaches I can recomend:

Try the SILVA v138 classifiers.
If you need to you can make the classifiers yourself using these files. If you are using an alternate amplicon region, checkout RESCRIPt to make your own SILVA reference files.

Sanity check that your taxa are present, or not.
An easier way to search through your taxonomy would be to tabulate the taxonomy file into a visualizer, like so:

qiime metadata tabulate \
--m-input-file taxonomy.qza \
--o-visualization taxonomy.qzv

Enter in "Verrucomicrobia" or "Akkermansia" into the search field in the visualizer. This will list the features with that taxonomy.

Then you can visually inspect your feature-table for these features through the feature-table visualizer. If you've not done so already, you can run:

qiime feature-table summarize \
  --i-table table.qza \
  --o-visualization table.qzv \
  --m-sample-metadata-file sample-metadata.tsv

Then click on the Feature Detail tab of the table.qzv and use your web browser's Find function to search for that feature. Then you'll get a good idea of how many reads and samples in which that feature is present.

This is simply more thorough way of making sure certain taxa are or are not present.

-Mike

2 Likes