This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Filter/Annotate VCF with dbSNP during variant calling workflow

Hi all,

I would like to filter / annotate my VCF and/or BAM files using dbSNP as part of the input during the steps of the variant calling workflow (other than the base recalibration step), are there any steps along the workflow where one can do so?

Or are you using Annovar or a similar program for that once you have a filtered VCF file?

Our workflow is based on the following: http://www.htslib.org/workflow/#mapping_to_variant

In addition to the variant caller mentioned there we also use FreeBayes & GATK for variant calling.

Thank you!

dbsnp vcf bam variant-calling ngs

1 answer

HI,

You can use SnpEff to annotate and SnpSift to filter variants using dbSNP.

Some useful information here (example 5).

Log in to answer this question.