This problem did not exactly happen to me, but DADA2 changed my outcomes, a couple of recommendations which troubleshoot/troubleshot my problem that may help you:
- Look at the bar charts and at the distribution of annotations (e.g., your mock should contain the same thing despite use of QIIME1 or QIIME2
- Did you do a quality filter step?
- You can do closed picking from the DADA2 table output using a 97% OTU greengenes database (q2-vsearch command)
- You may want to train your feature classifiers (but if you're using the recommended primers with the same region wouldn't change your taxonomy)
My issue (my mock sample was correctly annotated using DADA2/closed OTU picking):
Quality control/filter step:
I ended up doing closed picking using vsearch and a quality filtration step too, someone mentioned that his step was unnecessary.
Ben
edit: I kept the DADA2/denoise step and closed OTU picked from that - the classifier will match according to the groups that are assigned to DADA2. From my understanding if you do not close OTU pick these counts won't be grouped together. When you group with Closed OTU step, it will clearly match with whatever level of confidence you set - so I matched what was done in QIIME1.