Hi,
I'm annotating my VCF using VEP. By default, VEP generates an output with variants only. So positions with no variation are not reported. I can add non-variant positions by adding --allow_non_variant
tag but I cannot get INFO section for these positions. I want to have at least the gene HGNC name/symbol for those positions. Is it possible?
Thank you for your answers!
Do you mean you already have HGNC IDs in the INFO field that are being omitted by VEP or that you'd like VEP to add HGNC symbols to all positions including non-variant positions?
I would like to add HGNC symbols to all positions including non-variant positions. This is the most crucial one but if possible, whatever custom database I give to VEP, I want to see the matched INFO in every position.