Here is my code:
qiime dada2 denoise-paired
--i-demultiplexed-seqs demux-paired-end.qza
--p-trunc-len-f 0
--p-trunc-len-r 0
--o-table dada2_table.qza
--o-representative-sequences dada2_rep_set.qza
--o-denoising-stats dada2_stats.qza
--verbose
Here is the output for my dada2_stats.qzv post-denoising.
I have very low merged, percentage of input merged, non-chimeric, and percentage of input non-chimeric
values. For comparison, here are the dada2_stats.qzv from Qiime2 Tutorial.
An important point to note: My reads are ~600bp 18S V3V4 reads but a 300 cycle kit was used. could the lack of coverage cause the issue here (no overlap?)
Hi @mkweber,
Unfortunately, the dada2-stats file you linked is not a valid like. Could you send upload the file here or use a dropbox sharable link to share the file?
Lack of overlap could definally be the issue.
Quick math: 1132-616 = 516
So roughly your region is 516bp long, but variation in lengths might cause your region to be shorter or longer than the quick math I did there. 300 bp on the forward and reverse should be good enough.
Given the quick math I did above, I am really surprised that we are seeing such low merging success. The only think I can think is there are adapters in your sequence that are preventing the sequences from merging.
Do you know if you have adapters in your sequences?