-
Notifications
You must be signed in to change notification settings - Fork 144
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DADA2 ITS trimming question #2044
Comments
There is high natural variability in the lengths of the ITS region. Therefore, imposing a fixed truncation length will either exclude real ITS sequences that are shorter than the length and/or prevent merging of reads from longer ITS sequences by truncating them before they overlap. |
Thank you so much for the explanation. Also, I have another question. I used the DADA2 ITS pipeline in 2022 for my fungal data analysis but unfortunately, I forgot to record the version I used. Can you help find the version for that year so I can put it in my paper? |
It could have been multiple versions depended on when in the year you installed it, and what outlet it came from. I'm not comfortable just stating a version that it could have been. |
Thanks! I used this tutorial so I`ll refer to v 1.8. |
For analyzing ITS amplicon data, in filterAndTrim function "out <- filterAndTrim(cutFs, filtFs, cutRs, filtRs, maxN = 0, maxEE = c(2, 2), truncQ = 2, minLen = 50, rm.phix = TRUE, compress = TRUE, multithread = TRUE)", I see that there is no truncLen for forward and reverse. But 16S has that argument. Can you please explain that?
Thanks
The text was updated successfully, but these errors were encountered: