monarch-initiative / genophenocorr

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

Set `is_preferred` annotation #74

Closed ielis closed 9 months ago

ielis commented 9 months ago

The PR adds a little refactor of the VEP functional annotator and implements parsing is_preferred field from the REST API response. The parsing logic is tested using two example responses (_test_vep.py) obtained by calling VEP endpoint as described in test_data/vep_response/README.md.

The VEP annotator (+tests) is moved into its own private package/file.

Closes #73