Reads of 16S data won't merge

Dear all,

I have problems merging my 16S data with the dada2 denoising step in qiime2.


This is the quality plot and this is the command I am using:

qiime dada2 denoise-paired
--i-demultiplexed-seqs paired-demux.qza
--p-trim-left-f 0
--p-trim-left-r 0
--p-trunc-len-f 0
--p-trunc-len-r 250
--o-representative-sequences paired-seqs-dada2.qza
--o-table pet-table-paired.qza
--p-n-threads 24
--p-min-overlap 10
--o-denoising-stats denoising-stats-paired.qza
--p-min-fold-parent-over-abundance 1
--p-chimera-method consensus

I have already trimmed and filtered my data with Trimmomatic. I'm using the 341F and 805R primers. So I'm expecting a 464 amplicon and 250+300-464 = 86 overlap, but the reads still have a very low percentage of joining. The most I got was 30% merged with a --p-min-overlap 4. Is this normal for 16S data? Or am I doing something wrong? Because I can't figure it out, and I've already tried several parameters.

Hi @Nova_Bouma,

This isn't normal for 16S data. Usually this occurs because there is adaptors left in the sequence or because there isn't enough overlap. I see that you have addressed all of thoses issues. So lets dive in alittle more :mag:

Trying to get reads through DADA2 is always a bit of a guessing game. You haven't done anything wrong though! Just alittle bit of trial and error.

Here are two of the nexts steps I think you should try:
You could try trimming your forward read a little bit to see if you could get more sequences passed the initial filter and see if that helps with downstream filtering steps.

and

You could also try to search for your adapter in your reads to verify that your reads are adapter free

Hope this helps! Let me know how this goes, and definitely come back if it doesn't work and we will try something else

:turtle:

3 Likes

Thank you! I will try this :slight_smile:

1 Like

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