Genomic Cordinate to HGVS format
Hi,
I want to convert genomic coordinate at variant location in HGVS format. Are there any libraries or tools available for that ?
Example : For Chr9: 34649442 A to G should give GALT_c.940A>G for given transcript.
Thanks !
• 2,207 views
•
link
1 answer
If you have the input data as a VCF format file, use VEP to annotate the genomic coordinates and select HGVS in the outputs (--hgvs).
• 0 views
•
link
Log in to answer this question.