Entering edit mode
9.8 years ago
Ram
44k
Hello all,
I'm trying to clean up variants notations in an in-house database, and stumbled upon a case that has the following RNA variant pattern:
r.[duplication; insertion , duplication] + [0]
I'm unable to understand what the [0]
could possible mean in this context. [n]
is usually used to annotate repeats, in much the same way as {n}
is used in regular expressions. For example, c.35TA[3]
would mean a TA di-nucleotide repeat occurring thrice (so, a 6 base insert) at position 35 in the cDNA sequence. But what could + [0]
mean here?
I'd appreciate any help!
Could you post the exact variant for clarification? The only time I see
[0]
mentioned in the HGVS standards is from: here http://www.hgvs.org/mutnomen/standards.htmlWhich would imply no RNA from this allele, but I have no idea what the
+
sign would mean then.I'm not sure if that will help. The exact mutation is a novel variant, found in our clinical lab. I was able to parse the duplication and insertion parts perfectly, and they were in exactly the same format as insertions/duplications are in today.
The sequencing expert labeled it that way a few years back, and the person has since moved on to a different workplace. This person did mention that the labeling conformed to "current" conventions, so is there any chance we could be dealing with obsolete conventions from around 7 years ago?
If that's the case, any place I could check for the history of these conventions?