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?
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
--kg
parameter 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.