Merged reads lower frequency

Hello,

We are trying to decide whether to use just the forward read or use merged reads for our data. We used PEAR to merge the reads on qiime version 2019.4. Once completed, we discovered that our total frequency dropped as well as number of features when compared to just the forward read. Why would the frequency drop when with the merged reads?

PairedTable.qzv (1007.1 KB)
ForwardTable.qzv (1.1 MB)

Please read the following before posting!

Is this post about a User Support Question? Those include questions about specific results while running QIIME 2, warnings observed while running a QIIME 2 command. Please do not post questions here that have to do with interpretation of results, general discussion, or technical support.

Before posting, please make sure you have the following information available, in order for us to help you in a timely manner:

  • Have you searched for the problem on the forum? It is rare that we see a new question asked, so make sure you do your homework before asking for us to commit our time to helping you.
  • Have you reviewed the QIIME 2 Forum Glossary?
  • Version of QIIME 2 you are running, and how it is installed (e.g. Virtualbox, conda, etc.)
  • What is the exact command or commands you ran? Copy and paste please.
  • What is the exact error message, if applicable? If you didn't run the command with the --verbose flag, please re-run and copy-and-paste the results.

Hi @Marinab2,

There are a few reasons you would see the drop. First, it could be the number of reads you pass in - if your merge isn’t great you might lose reads there. Second, there may be a quality issue (hard to know without earlier artifacts). That quality issue is probably worse because DADA2 assumes you’re passing in single ended reads and doesn’t behave properly on already-joined reads.

Best,
Justine

Do you suggest running the forward and reverse reads through DADA2 first and then pairing them?

I've attached my demuxed output and dada2 stats.

stats-dada2.qzv (1.2 MB)
per_sample_sequences.qzv (293.6 KB)

Hi @Marinab2,

Running paired end denoising in DADA2, it will do the merging for you. Your sequences look high quality and like there should be no issue with denoising - although depending on the length of your hypervariable region, you may not be able to join the sequences.

Best,
Justine

1 Like

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