Congratulations on Qiime2! You are fantastic!
I'm new to Qiime 2 and I have some problems, can you help me?
I have filtered my negative controls using Decontam in R and I have already imported to Qiime2 my new table_without_contaminants.qza, But I can not generate taxa barplot.
I guess that's because one of the necessary arguments is taxonomy.qza, and this file I generated before filtering with Decontam. Anyone have any tips?
Also, I'm having trouble knowing the subsequent analysis after filtering with Decontam. Is there a tutorial (that include filter negative controls and next) or any other tips/ideia/suggestion?
You can filter your FeatureData[Sequence] using the table produced by decontam, see this tutorial: Filtering data — QIIME 2 2019.1.0 documentation. Once filtered, you can perform feature classification to generate taxonomy (see Moving Pictures tutorial).