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

indel support overview #4

Open
krrome opened this issue Jun 13, 2018 · 0 comments
Open

indel support overview #4

krrome opened this issue Jun 13, 2018 · 0 comments

Comments

@krrome
Copy link
Contributor

krrome commented Jun 13, 2018

We envision two different ways to implement variant effect prediction for indels:

  1. A dataloader-based approach that relies on the implementation of a dataloader method that returns full sets of model inputs for the reference and the alternative (+ r.c.) allele of a variant.
  2. A wrapper-based approach similar to how SNVs are handled. Indels will be handled by generating a short reference sequences for the individual alleles, modifying all dataloader input files accordingly. This is envisioned to be performed using g2gtools (there have been efforts recently to enable it for python3)
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

1 participant