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

Nonsense mediated decay #27

Open
johnoooh opened this issue Mar 25, 2024 · 0 comments
Open

Nonsense mediated decay #27

johnoooh opened this issue Mar 25, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@johnoooh
Copy link
Collaborator

Description of feature

As part of the indel workflow we should implement a nonsense mediated decay (NMD) checking step. This paper gives a good description of the process + why it is important to include a NMD check for indel and alternative splicing originating neoantigens.

I have been looking into a few options.

  1. A plugin for VEP. This option could be very easy to implement but may not work with TEMPO's current VEP version (88). We maybe would need to change this version or ask the genome nexus folk to set up the plugin as we may be annotating variants through their pipeline in the future.

  2. aenmd, an R package that annotates for NMD that says it is better than the VEP plugin. Takes VCF as an input, which we would likely need to change for taking a MAF. They also have a CLI which is nice.

  3. We make one ourselves. Doing a simple one looks relatively easy and could be done in python. The VEP annotation is really just 3 rules. aenmd may implements 5 rules and they're all listed in the paper. If we go this rule based route then perhaps implementing it ourselves could be an option

There are other tools out there that are more complex. I'm still looking into those.

@johnoooh johnoooh added the enhancement New feature or request label Mar 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant