Tools for filtering SNPs near indels in VCF files
1
1
Entering edit mode
9.0 years ago
falconblue ▴ 10

Hi, all,

I have files containing SNPs and indels of the same samples in the VCF format. How can I find the right tools to filterSNPs near indels? I have tried the Varscan filter program, but I can't change parameters in it. Thank you!

SNP • 3.9k views
ADD COMMENT
3
Entering edit mode
9.0 years ago
iraun 6.2k

You can try bcftools filter with -g, --SnpGap argument which filters SNPs within INT base pairs of an indel.
For ore information here is the manual link: https://samtools.github.io/bcftools/bcftools.html#filter.

Hope it helps.

ADD COMMENT

Login before adding your answer.

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