Separating two different amplicons from demultiplexed data

Sorry, missed that point yesterday β€” if the data are already demultiplexed, you cannot go the first route. Would need to run dada2 and then use exclude-seqs later. Or get the raw, multiplexed data from the sequencing center if that's even possible.

q2-cutadapt can still be used to trim the primers from each end on dual-indexed reads with the trim-paired method. You are correct, though β€” demux-paired cannot handle dual-indexed reads for demultiplexing.

:+1:

You can, but you should not if you are using degenerate primers. Instead:

  1. Use q2-cutadapt trim-paired to trim primers twice (once for each of your two primer sets)
  2. Run dada2
  3. Use exclude-seqs to exclude by alignment against each reference database. No primers required.
2 Likes