monarch-initiative / genophenocorr

Genotype Phenotype Correlation
https://monarch-initiative.github.io/genophenocorr/stable
MIT License
4 stars 1 forks source link

Use `VariantEffect` in `TranscriptAnnotation` #40

Closed ielis closed 8 months ago

ielis commented 10 months ago

Currently we represent variant effects as a strs in the TranscriptAnnotation. However, it would simplify the things down the line if we used VariantEffect enum members instead.

We need to require VariantEffects in TranscriptAnnotation and we should update all genophenocorr.preprocessing.FunctionalAnnotator implementations accordingly.

Definition of done