Entering edit mode
3.1 years ago
McKenna
•
0
I often see things encoded with this notation (c.2450-118A>G) how does one convert that to something usable in IGV?
Thanks!
I often see things encoded with this notation (c.2450-118A>G) how does one convert that to something usable in IGV?
Thanks!
This looks a bit like HGVS notation, though it's not clear what transcript this is associated with (I believe the c. indicates that it is associated with a coding sequence of some transcript, but since we don't know that from your post, we can't provide an answer of where it actually is)
Some links
https://variantvalidator.org/service/validate/ http://varnomen.hgvs.org/bg-material/simple/ for example
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
IGV can handle variants in these formats. So your could convert your HGVS format data into a compatible format (perhaps VCF). Ensembl variant recoder may do the trick.
Ahh, that’s it! thanks!