Skip to content
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

Missing mutation types #60

Open
onursumer opened this issue Oct 26, 2016 · 2 comments
Open

Missing mutation types #60

onursumer opened this issue Oct 26, 2016 · 2 comments
Assignees

Comments

@onursumer
Copy link
Member

Looks like we are still missing some of the mutation types:

OncoKB mutation type MutationMapper mutation type
inframe_insertion in_frame_ins
inframe_deletion in_frame_del
frameshift_variant frameshift
splice_region_variant splice_site
feature_truncation truncating
stop_gained truncating
stop_lost truncating
initiator_codon_variant truncating
synonymous_variant other
any other
@onursumer
Copy link
Member Author

@jjgao @JiaoJiao123 If we directly map stop_gained, stop_lost, initiator_codon_variant, etc. to truncating mutation, their display value in the table will be Truncating. Is this what we want?

Maybe we should display them as Stop Gain, Stop Lost, etc. but just classify them as truncating mutations. What do you think?

@onursumer onursumer self-assigned this Nov 2, 2016
@jjgao
Copy link
Member

jjgao commented Nov 2, 2016

We can do the following mapping accroding to the TCGA MAF standard (https://wiki.nci.nih.gov/display/TCGA/Mutation+Annotation+Format+(MAF)+Specification).

stop_gained => Nonsense_Mutation
stop_lost => Nonstop_Mutation
initiator_codon_variant => Translation_Start_Site
synonymous_variant => Silent

feature_truncation is truncating

onursumer added a commit to onursumer/mutation-mapper that referenced this issue Nov 2, 2016
onursumer added a commit to onursumer/mutation-mapper that referenced this issue Nov 2, 2016
- improved mutation type mappings (fixed issue cBioPortal#60)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants