Hello!
I recently received sequencing data in which the forward and reverse reads were switched. The R1.fastq.gz files are actually reverse reads while the R2.fastq.gz files are forward reads. This was determined by looking at the rep.seqs and seeing that all R1 files start with the reverse primer while all R2 files start with the forward primer. The R1 files (which are actually reverse reads) have much higher quality than the R2 reads. I would like to try using single end reads (not paired) due to the poor quality of the R2 files, but I have a few questions about this:
- Would renaming the R1 files "R2" and the R2 files "R1" change anything about how the files are imported into QIIME2?
- If I remove the R2 files and only use the R1 files (which are actually reverse reads) for single end analysis, and import them as "R1" files, will I get accurate taxonomic assignment? (They are being recognized as "forward reads" in the demux file, but they are actually reverse reads.)
- If I rename the R1 files "R2" and import them as "reverse reads" (if this is possible), could I use reverse reads only in an analysis?
I am in the process of trying all of the options above, but am not necessarily sure what's happening under the covers and if one of these options is more sound than the others.
I appreciate any guidance that can be provided!
-Vanessa Hale