Closed claraqin closed 4 years ago
Potentially useful discussion in a DADA2 GitHub Issue thread: https://github.com/benjjneb/dada2/issues/671
There isn't a full-fledged re-orientation solution in the dada2 package at this point. So if you can do that before (or after) demultiplexing, but before you start the dada2 pipeline, it would probably be best.
Since not all reads contain primers or anything else that could hint to their orientation, we might only be able to address this at the taxonomy assignment stage. Use arg assignTaxonomy(..., tryRC=TRUE)
. Closing this issue for now.
Hi everyone,
It seems that some of the reads in the R1 files are actually reverse reads, and some of the reads in the R2 files are actually forward reads. See this table of primer orientations in R1 and R2 files for runB69PP:
This is an issue common to Illumina sequencing known as mixed orientation. DADA2 does not have a built-in way to handle this, but see https://github.com/benjjneb/dada2/issues/938