I have GWAS results after variant calling. The VCF file only had CHR (1:22) and POS (12345678 etc) information but the ID column has all ".", namely no rsIDs in it. After GWAS analysis I have a list of variants with CHR and POS information along with their statistical results from Plink2 as a tab delimited text file.
I want to annotate these variants in command line using a tool like VEP if possible. I want to get rsIDs and corresponding gene symbols (GRCh38) and other important annotations. VEP documentation fro command line is a bit not clear to me for my multiple annotation tasks.
Could you please provide me an example command along with example input file names for running VEP for this goal? If VEP is not sufficient for the task alone, other tools like snpEff is also ok.
My GWAS result text file has a header and data like below:
CHR POS ID P BETA
4 123456 . 0.005 23.4
... and so on
Hi Emily I see you suggest VEP for similar questions. It would be great if you could also give an example commadn for my query? Thanks.