I have a list of mutations coded as:
GENE: c.1234
How do I convert to CHROM: g.1245364?
Is there a way, for example, to look them up in genome browser? I played with it a little bit, but could not find gene coordinate option.
Thanks in advance.
I have a list of mutations coded as:
GENE: c.1234
How do I convert to CHROM: g.1245364?
Is there a way, for example, to look them up in genome browser? I played with it a little bit, but could not find gene coordinate option.
Thanks in advance.
You should be able to do it with VEP (https://www.ensembl.org/info/docs/tools/vep/index.html), but beware of possible ambiguities if you only have the gene name but not the specific transcript. You might assume it refers to the "canonical" (usually the longest) transcript, but that's not always the case.
See also
Convert Cds-Based Coordinate To Genomic Coordinates
How to find the chromosomal coordinate of a mutation in a gene?
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.