DADA2 with the ITS2

Hello,

I have a quick question regarding DADA2. I was told that I should not be using Quiime2 to work on ITS data, because DADA2 filtering and trimming steps are based on bacterial databases and due to the variability in the ITS primers, this could change my data. I wanted to see if this was still the case and if you reccomend I use QUIIME1 instead.

Hi @fabipc,
DADA2 can handle ITS data just fine with some adjustments (compared to 16S).
You can see the official DADA2 tutorial for ITS data here for a bit of detail on the workflow, and there is also a great ITS protocol right in Qiime2.

1 Like

Perfect, I did see the DADA2 tutorial for ITS and I had actually used Quiime 2, previous to the tutorial and it seemed fine, but the concerns of some of the people in the lab freaked me out a bit.

Thanks

That is totally false. dada2 does not use any databases — it trains an error model based on the error rates observed in the run itself. I believe the original dada2 paper was benchmarked on bacterial community data, but there is no evidence to suggest that ITS data are going to exhibit different error rates on a sequencing run, requiring different methods.

dada2 is pretty widely used for ITS at this point. In addition to the tutorials that @Mehrbod_Estaki highlighted, you may also want to check out the q2-itsxpress tutorial, which uses q2-itsxpress to trim ITS reads prior to denoising with dada2:

2 Likes

Perfect! I figured it shouldn’t be a problem since I used it for my master’s work and had great results, but again I just wanted to double check with you guys.

Thanks for the tutorials, I will definitely take a look at them.

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.