Hi, I was using the VEP REST API to annotate some variants, and I was wondering if it was possible to return the intron c. offset for an intronic variant? For example, suppose I have this variant in c. notation: ENST00000269305.9:c.560-1G>A. Then I would want to get the value -1 as the offset into the intron. Or e.g. ENST00000269305.9:c.560-39G>T should have offset -39.
I know I can do some string parsing on the HGVSc returned, but was wondering if this was already available given we can get back e.g. CDNA position, CDS position, and protein position from the API.
Hi, I was using the VEP REST API to annotate some variants, and I was wondering if it was possible to return the intron c. offset for an intronic variant? For example, suppose I have this variant in c. notation:
ENST00000269305.9:c.560-1G>A. Then I would want to get the value-1as the offset into the intron. Or e.g.ENST00000269305.9:c.560-39G>Tshould have offset-39.I know I can do some string parsing on the HGVSc returned, but was wondering if this was already available given we can get back e.g. CDNA position, CDS position, and protein position from the API.