Hello,
I have two samples generated using 2 x 150 bp reads, targeting the 16S (V3-V4) region and ITS2. The sequencing was performed using the Element AVITI platform (Element Biosciences).
I worked directly with the raw data. The first step was a quality check,
and the reads showed good quality.
The second step was denoising, but I only used the forward reads because they were too short to be merged. I applied --p-trunc-len 146 and --p-trim-left 6
The issue is that I ended up with very low non-chimeric data. Is this normal?
They use different quality score scale, so there is no guarantee that dada2 will handle it properly.
However, I remember one discussion regarding using dada2 with such data and advice was to play with maxEE parameters. From your screenshot looks like you lost a lot of reads at filtering and denoising steps. Try to increase maxEE and hopefully it will increase the output.
Thank you for the suggestion! I tried testing various values for --p-max-ee, specifically 6, 30, and 60, but unfortunately, I ended up with the same result each time.
Based on that screenshot, it looks like you have 453k and 417k reads in those two samples?
Those are super big values compared to the Illumina MiSeq, so having 'only' ~30% of the reads remain after all the filtering is still quite good!
High chimeric counts can also be caused by high PCR cycle count. This can be adjusted during the wet lap phase the next time you prep some samples. Remember, it's better to remove all the chimeras then keep them in.
If I were you, I continue with analysis and see how it goes!
That's pretty high. An Expected Error of 60 would imply a full 43% of the bases in a read would be suspect and it would still pass the filter.
60/(146-6) = 60/140 = 0.43
On a side note, thank you for bringing AVITI data to the forums!
This is a pretty new platform (2022) so we have some work to do to make sure our tools handle it correctly. The Q-scores in the fastq files mean the same thing, so it should work. But like he said