kipoi / kipoi-veff

Variant effect prediction plugin for Kipoi
https://kipoi.org/veff-docs
MIT License
6 stars 5 forks source link

indel support overview #4

Open krrome opened 6 years ago

krrome commented 6 years ago

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)