Removing PCR primers in targeted sequencing with nested amplicons
2
1
Entering edit mode
8.3 years ago
Amitm ★ 2.2k

Hi everyone,

I am analyzing a 150x2 MiSeq data where there are multiple amplicons from a gene but nested within each other. I want to remove the PCR primers so that I may not get false calls from within primer regions.

I have tried Cutadapt but I am loosing too many sequences due to the nested amplicons.

A primer seq. for one amplicon sits in the middle of another. See image.

What should be the way out? Any help is much appreciated.

fastq MiSeq sequencing alignment ampicon-seq • 3.5k views
ADD COMMENT
1
Entering edit mode
8.3 years ago

I wrote a tool to clip the reads from a BED of amplicons. https://github.com/lindenb/jvarkit/wiki/PcrClipReads (see also : Limiting variant calls to amplicon target regions? ). But it only work with non-overlapping BED fragments, you could create a set of BED file containing non-overlapping intervals and try to clip the reads using several steps.

ADD COMMENT
0
Entering edit mode

Thanks Pierre. I am testing the tool and would update how far I could go.

ADD REPLY
0
Entering edit mode

if the amplified regions without the primers don't overlap, then you shouldn't have any problem.

ADD REPLY
0
Entering edit mode

hi Pierre,

That is the trouble. They overlap even *after* removing primer regions.

ADD REPLY
0
Entering edit mode

again, you can create two bed files of non-overlapping regions and extract two bams.

ADD REPLY
0
Entering edit mode
7.0 years ago
Tommy Au ▴ 70

BAMClipper is designed to remove PCR primers in nested amplicon NGS setting (Scientific Reports 7:1567).

ADD COMMENT

Login before adding your answer.

Traffic: 2444 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6