I am a clinician, and have no particular expertise in genomics. I'm confused by much of what I see on dbSNP. Any help would be greatly appreciated! Thank you in advance.
I need some help understanding HGVS Names!
I see SNP's referred to with conventions like A66G for MTRR (rs1801394) and A1298C for MTHFR (rs1801131).
When I look under HGVS names for rs1801394 I see: NM_002454.2:c.66A>G, which l assume equals "A66G", but there are many other "names" there. What are these names? Are they all equivalent?
When I look under HGVS names for rs1801131 I do not see anything resembling "A1298C". Does this mean I have the wrong rs# for this SNP?
According to SNPedia, it's the correct rs#: "rs1801131 is a SNP in the MTHFR gene, representing an A>C mutation at mRNA position 1298".
Hi, I have a similar question, i have the coding HGVS C.5769delG and would like to turn it into a SNP id/FASTA format. How can i do so?
It's
c.5769delG
, the firstc
should not be capitalized. It's a cDNA change, aG
deletion at position 5769. What you have here is just a partial ID, by the way. You need to know the transcript this variant is referring to. See this comment for an example: C: What are HGVS Names?Once you have the transcript sequence, use any tool to remove the 5769th character (after you verify it's a
G
). You can use the python hgvs package to automate this.