This is a test version of Biostars. For the public version, visit https://www.biostars.org.
How to combining VEP and VCF in one file

I was provided a VCF file and a snp-annotated VEP output file separately. I know VEP tool can annotate VCF by adding consequence field of VEP to INFO field of VCF as discussed here. But is there a way to use VEP output tsv file to annotate VCF INFO column?

vcf vep

1 answer

try bcftools annotate.

Log in to answer this question.