How can I find a mutation's chr pos and id represented in HGVS format?
Eg:
Gene: TMEM231 cdna_Change: NM_001077418.1:c.582+3A>G protein_change: p.?
The mutations are represented in HGVS format. How and where can I find the rs#, chr and pos for this particular mutation.
I have a set of 10000 mutations and would like to annotate then with their chr, pos and rs#
What programming languages do you know? This could be done in R (and presumably biopython/bioperl) relatively easily.
I know python and R
If VEP doesn't work for you, then you can do this in R. The general steps would be to:
The Ensembl VEP should work fine for this, as it does accept HGVS notations on RefSeq transcripts as input. No need for any programming. The documentation for the VEP is excellent!