I have information on the Codon number, Amino acid change and the corresponding nucleotide change for a mutation in a gene. I need the exact chromosomal coordinate for that mutation.Can someone please tell me how to find the chromosomal coordinate of that particular mutation? What tools are available to find the coordinates?
2 answers
If this is for some Human assembly you can make an HGVS term out of your information and paste into the search box on the UCSC Genome Browser. The highlighted base(s) will be your mutation coordinate(s).
If you have further questions about UCSC data or tools feel free to send your question to one of the below mailing lists:
- General questions: genome@soe.ucsc.edu
- Questions involving private data: genome-www@soe.ucsc.edu
- Questions involving mirror sites: genome-mirror@ose.ucsc.edu
ChrisL from the UCSC Genome Browser
Hello,
if you have a transcript id you could use mutalyzer. If you don't have a transcript id use ensembl's VEP.
But be careful. Without a transcript id the result could be ambiguous.
fin swimmer
Log in to answer this question.
using backlocate: http://lindenb.github.io/jvarkit/BackLocate.html
see also Amino Acid Change To Genomic Location: using 'backlocate'
@Pierre I tried to use back locate but when I run the example it gives me an error:
Do you have any clue?
Yes, that's because the
--kgparameter should be http://hgdownload.cse.ucsc.edu/goldenPath/hg19/database/knownGene.txt.gz . try with this URL. I'm going to update the code on my side.