Hello,
I am using VEP to annotate a VCF file. I am generating tab and vcf output. However, when looking at the tab output, I find mutations, that are not present in the vcf output (and also not in the input vcf file). Those mutations show no annotated reference allele, but just a "-" like e.g.:
1_899937_-/TCCGCA
Any ideas about how those mutations were created?
Many thanks in advance!
Many thanks for your quick and helpful answer!
A small educational note: if an answer was helpful, you should upvote it; if the answer resolved your question, you should mark it as accepted. You can accept more than one answer if they work. This will help future users that might find this post find the right answer.
is there any way to report the VCF-style ref and alt in the VEP tabular output?
I don't think so, no. EnsEMBL seems to have come up with a verbose explanation for why they don't want to put in the effort.
You can use the ---show_ref_allele flag when running the VEP query. This will add the reference allele in the output and is mainly useful for the VEP "default" and tab-delimited output formats:
https://www.ensembl.org/info/docs/tools/vep/script/vep_options.html#output
I don't think that is in VCF-style coordinates which show deletions like chr1:99:AG -> A instead of chr1:100:G -> -
Ah, I see. Then, no, I don't believe that this is possible with the VEP