Skip to content
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

Open
UniAlberta opened this issue Oct 22, 2024 · 4 comments
Open

DADA2 ITS trimming question #2044

UniAlberta opened this issue Oct 22, 2024 · 4 comments

Comments

@UniAlberta
Copy link

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

@benjjneb
Copy link
Owner

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.

@UniAlberta
Copy link
Author

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?

@benjjneb
Copy link
Owner

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.

@UniAlberta
Copy link
Author

Thanks! I used this tutorial so I`ll refer to v 1.8.
https://benjjneb.github.io/dada2/ITS_workflow.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants