Hi @SteveMcL,
Yes!
- import as a feature table.
- You will also need to import your biom table as a
FeatureData[Taxonomy]
artifact to extract the taxonomy assignments. See this forum post for a prior example of steps 1 and 2: Feature-table filter-samples removes taxonomy from biom table - #3 by thermokarst - Once you have those files imported, it is as simple as using
qiime taxa barplot
to generate a barplot.
Almost everything in QIIME 2 uses artifact (QZA) files. There is no way around that.
Good luck!