Hello,
I am still confused after going through various discussion on QIIME2 forum. I am using Illumina Miseq 2*300 bp and hypervariable region is V3-V4. I got following information from sequencing center and they mentioned that they did not remove any primers and adapters
"Nextera-compatible primer design:
Forward primer:
TCGTCGGCAGCGTCAGATGTGTATAAGAGACAG-[locus-specific]
Reverse primer:
GTCTCGTGGGCTCGGAGATGTGTATAAGAGACAG-[locus-specific]
The indexing primers are as follows (we have a large set of these that allows multiplexing of >400 samples). This step adds both the index and the flowcell adapters. [i5] and [i7] refer to the index sequence codes used by Illumina. The p5 and p7 flow cell adapters are in bold.
Forward indexing primer: AATGATACGGCGACCACCGA GATCTACAC[i5]TCGTCGGCAGCGTC
Reverse indexing primer: CAAGCAGAAGACGGCATACGAGAT[i7]GTCTCGTGGGCTCGG
Nextera adapter sequences (for post-run trimming):
Read 1: CTGTCTCTTATACACATCTCCGAGCCCACGAGACNNNNNNNNATCTCGTATGCCGTCTTCTGCTTG
Read 2:
CTGTCTCTTATACACATCTGACGCTGCCGACGANNNNNNNNGTGTAGATCTCGGTGGTCGCCGTATCATT"
After importing I used following command for removing primers
qiime cutadapt trim-paired --i-demultiplexed-sequences paired-end-demux.qza --p-adapter-f "TCGTCGGCAGCGTCAGATGTGTATAAGAGACAG" --p-adapter-r "GTCTCGTGGGCTCGGAGATGTGTATAAGAGACAG" --o-trimmed-sequences trimmed-demux.qza
- Am I using the correct code for removing primers?
- Do I need to remove adapter first followed by primers or both at the same time?
From the discussion board, I noticed that my primers are different even I have same V3-V4 and 2"300 bp
After geting demux.qzv file, I used following command for trimming
qiime dada2 denoise-paired --i-demultiplexed-seqs paired-end-demux.qza --p-trim-left-f 0 --p-trim-left-r 0 --p-trunc-len-f 298 --p-trunc-len-r 298 --o-table table.qza --o-representative-sequences rep-seqs.qza --o-denoising-stats denoising-stats.qza
I got really low percentage around 7 to 15% of merged sequences.
I have attached the demux.qzv file for reference.
I would be grateful if I could get some suggestions here.
Thank you all!