hi everyone,
I have a very large data set of genomic variants in hgvs format and I want to convert it into vcf format.
I've tried ensembl VEP tool. It works great for SNVs but in indels I need to get the Ref/Alt alleles because the next tool I use doesn't deal with N's
Input example:
NM_000059.3:c.8332-1603delT
VEP output:
#CHROM POS ID REF ALT
13 32368798 NM_000059.3:c.8332-1603delT NT N
Desired output:
#CHROM POS ID REF ALT
13 32368798 NM_000059.3:c.8332-1603delT GT G
Please let me know if there is any tool which allows this conversion or provide me some guidance to do it manually by scripting.
Thank you in advance
thank you guys for your kind replies!
I also found the hgvs library googling the internet.
I'll give it a chance. Wish me luck!
Thanks again!