Losing a whole sample after denoising.

Hi fellas.

I'm losing more than half sequences after denoising and a complete sample.
I have paired-end sequences. And here is the quality plot.


After watching this, I chose the following parameters for dada2

--p-trim-left-f 5
--p-trim-left-r 8
--p-trunc-len-f 148
--p-trunc-len-r 138

And got this results:

I completely lost a sample and a high percent of sequences.

What can I do? I think choosing different parameters would help but I don't know where to cut.

I hope you can help me out.

Thanks

Carlos

*An update.

I rerunned dada2 changing parameters and I could recover a lot of sequences but still couldn't recover sample 12.


Here the parameters i used:
--p-trim-left-f 30
--p-trim-left-r 30
--p-trunc-len-f 140
--p-trunc-len-r 130 \

Thank you in advance.

Carlos

Hi @DoctorC,

Welcome back to the :qiime2: forum!

It looks like the issue here is coming from the fact that most your reads aren't able to be merged - because a very high number of them are being retained post-filtering. Is there a reason that you're trimming your sequences? If they are EMP protocol, there is no need to trim your sequences - and with 150 bp reads, merging can be tricky since there isn't as much room for overlap as with 250 bp reads.

I'd recommend increasing your trunc-len parameters as well to increase the number of retained reads on the 3' end. You could remove the trunc-len param on your forward reads, as the median value remains pretty high throughout. I'd personally increase the trunc-len on your reverse reads to somewhere around 140 (which is about what you have in your most recent run) since the median quality score does seem to drop quite a bit after that, and the range in quality score is pretty large there as well.

If these adjustments don't produce a reasonable number of merged reads (I'd generally aim for at least greater than 50%) then you may just not be able to work with paired end reads in your data, and may just need to work with single end reads for your analysis (even though I realize that's not ideal).

I hope this helps! Cheers :lizard:

1 Like

Hi @lizgehret !

I am trimming because I'm not using 'cut adapt' and because I found noisy the range of quality, nowO see I'm just wrong. I will repeat it changing parameters. Do I loss much using the single end approach?

Thank you,I appreciate a lot your help!

Carlos

Hi @DoctorC,

Your total read length will be shorter (150 bp for your reads) since you aren't merging your forward and reverse reads - but if you're unable to merge them, that will be your best way forward.

Cheers :lizard:

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