-
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
Parameters optimal to produce COI exact variants. #2015
Comments
I wouldn't recommend any parameter changes. Parameter settings should be appropriate for the sequencing technology, as the errors from PCR/sequencing is what DADA2 is modeling. They don't change between amplicon targets (outside of the |
Not even the alignment parameters, which is done before error modelling? I am worried that important sequences not aligning to each other because of more variability in the COI gene compared to the 16S. For example, in the paper it says
|
That's fine. If they don't align because they are so different, then they will be split into different ASVs as they should be.
We now realize that isn't the right advice. The alignment parameters should be reconsidered when the sequencing tech has different characteristics (e.g. high indels). |
Got it, thank you! |
Hi,
What parameters do you suggest changing when working on Illumina short-amplicon reads of COI genes?
For example, would you:
SelfConsist = TRUE
instead of proving 16 × 41 Transition probabilities for COI (if it exists)? Or do both!BAND_SIZE
alone or slightly decrease since COI gene has low indels? If yes, to what value?KDIST_CUTOFF
because the COI gene has more variability between species than 16S rRNA? If yes, what value do you recommend?The text was updated successfully, but these errors were encountered: