From biom to taxa barplot

Thanks @Nicholas_Bokulich! @jjmmii, please take a look at this forum post, it demonstrates how to import a BIOM table annotated with taxonomy data as both a FeatureTable[Frequency], and then again as FeatureData[Taxonomy]. Then you can use those Artifacts as inputs to taxa barplot. Going this route, you don’t need to worry about classifying your feature data, you get all that same info extracted from the Taxonomy column in your original BIOM file. Hope that helps!

3 Likes