Get only v4 region from v3-v4 reads

Hey everyone,

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!

Thanks in advance!

2 Likes

Hello @asbarros,

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.

3 Likes

Thanks @colinvwood !

I was really not understanding the function cutadapt... So I only need to give him the primer section from V4 and it's settled then, right?

At what stage should I perform this? I would expect before DADA2, since this trimming will definitively impact on the ASV determination.

Hello @asbarros,

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.)

3 Likes

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.