-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
c_to_p for dups that start in transcript but end in UTR #715
Comments
After discussing this internally we think this also applies similarly to insertions.
We expect this to also return |
I agree that the current responses for both examples are wrong. However, what it should be is less clear to me. Can you please elaborate on your rationale for p.? in these cases? |
@reece c.39_*1insA
c.12_*1dup
Therefore, these are 3' UTR mutations. All other 3' UTR mutations get p.?, so these mutations should also get p.? |
What is your source for the variant representation of If we try to represent the underlying genomic even that causes this variant and use the left-shuffled insertion representation, I believe we end up with To be honest, personally I am not a big fan of this hgvs-dup "prioritization" rule. In my opinion this modifies the underlying nature of the genomic event and drastically changes the coordinates. We would be often better off without the representation as dup (for most small variants). Your variant is one of the examples why. Btw, if I plug in right-shuffled coordinates for this variant I end up with |
@andreasprlic They key point for the examples in the pull request is that the inserted material is inserted AFTER the stop codon, in the sense that the ribosome will make it all the way to the stop codon and not encounter any mutation. Therefore, in the pull request these variants are identified as being in the 3' UTR region, and then end up with To answer your initial question, the cdot |
@reece I feel this example demonstrates a problem with the hgvs recommendation to represent insertions as duplications where appropriate. The dup changes the underlying nature (coordinates) of the event and as a consequence we have problems with the hgvs_p here. I believe you are involved into some of the future of hgvs discussions. Is the ins->dup recommendation something that could get more nuance? Perhaps on the chromosomal level insertions don't need to get changed to duplications, but this is only recommended for the protein level? |
@andreasprlic @reece This pull request returns Based on that, can this pull request be merged, and future changes to hgvs guidelines be dealt with separately? |
@andreasprlic @reece |
@gostachowiak apologies for the slow response, yes definitely |
@andreasprlic yes I meant #716. Thanks! |
…195) This corresponds to issue biocommons/hgvs#715 and PR biocommons/hgvs#716. - biocommons/hgvs#715 - biocommons/hgvs#716
Any duplications with an end position at or past the stop codon should be classified as 3'UTR regardless of start position. Currently mapping
NM_153223.3:c.2959_*1dup
yieldsNP_694955.2:p.(Met1?)
. We believe that should map toNP_694955.2:p.?
because all other variants in the UTR map top.?
.We expect this to result in
NP_694955.2:p.?
instead.The text was updated successfully, but these errors were encountered: