variant calling on amplicon data
2
0
Entering edit mode
8.6 years ago
Richard ▴ 590

Hi all,

Does anyone have a recommended approach for variant calling (SNVs and indels) on human amplicon illumina reads? My bams are aligned with BWA and have had the chastity failed and duplicate reads marked.

If possible, I'd like to be able to apply a variant caller that can be instructed to ignore the duplicate status of the reads, that way we can keep the original bam that is created by our pipeline as well as keep the duplicate reads marked in case that information is needed later.

Thanks!

amplicon variant • 4.4k views
ADD COMMENT
3
Entering edit mode

Amplicons are duplicates by definition. Why mark them in this scenario?

ADD REPLY
0
Entering edit mode

For now, it is a limitation of our pipeline - that all bams are duplicate marked when they come through.

ADD REPLY
1
Entering edit mode

Then fix the pipeline?

ADD REPLY
0
Entering edit mode

Why won't a standard variant calling approach work for your data? If you have BAMs, kick them over to GATK. Reads that fail a duplicate filter (such as the one introduced using the mapping-based approach in Picard) will be handled appropriately, as per GATK's best practices pipeline.

ADD REPLY
0
Entering edit mode
8.6 years ago
Zaag ▴ 860

I just align them with BWA, sort with samtools and call variants with GATKs Haplotypecaller.

ADD COMMENT

Login before adding your answer.

Traffic: 2435 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