What's the best way to limit variant calls from amplicon sequencing to desired target regions: Fastq trimming, soft clipping bam files or filtering vcf files?
- Fastq trimming with amplicon primer sequences can take a long time (for large panels like CCP) and requires the primer sequences
- Are there any tools that can soft clip bam files based on target regions?
- Filtering vcf files seems to be the easiest option, but I imagine that upstream modifications will have an influence on downstream variant calls.
This seems like it should be a solved problem, but I couldn't find a clear solution in my internet/biostars search.
Thanks!
you meant you want to 'cut-out' the reads (soft-clipping) if they go beyound the amplified region ?
Either trim the reads, soft clip the alignments in bam file or filter out the variants based on the target region. Looking for standard procedure for filtering out possible false positive variant calls at the edge of amplicon target regions due the the presence of residual primer sequences.
Did you ever find an answer to this question? I am facing the same issue. The Novoalign tool has an option to do this but is only available in the commercially licensed version...