I have reads from V3-V4 region of 16s and was interested in extracting only the V4 region out of my reads.
Searched the forum and found this Q&A:
Somehow using cutadapt here would only help to remove the primers and not the sequence of interest, or am I understanding it wrong? I was planning to use the function qiime feature-classifier extract-reads to perform what I want but, also unsure if I am in the right direction. If someome could help, I would be very appreciated!
Using cutadapt as suggested in that post will remove the 3' primer and everything downstream of it and the 5' primer and everything upstream of it, giving you only the region of interest.
The qiime feature-classifier extract-reads won't take raw reads (fastq files), which I'm assuming you have--cutadapt will.
Correct, pass in the V4 primers that you want to use to trim-paired after demuxing but before dada2. (I'm assuming you have paired reads, if you have single-end reads just use trim-single.)