opentargets / issues

Issue tracker for Open Targets Platform and Open Targets Genetics Portal
https://platform.opentargets.org https://genetics.opentargets.org
Apache License 2.0
12 stars 2 forks source link

[Platform] Pancreas disease is uncorrectly annotated as Therapeutic area in efo_otar_slim.owl #3135

Open louwenjjr opened 11 months ago

louwenjjr commented 11 months ago

Describe the bug In Open Targets Platform, "pancreas disease" (EFO_0009605) is uncorrectly annotated as Therapeutic area in the backend: image

This seems to be caused by pancreas disease being annotated as such in the efo_otar_slim.owl file, which is used in the platform-input-support code:

<oboInOwl:inSubset>therapeutic_area</oboInOwl:inSubset>
<rdfs:label>pancreas disease</rdfs:label>

The diseases_efo.jsonl file, however, is correct and does not state that pancreas disease is a Therapeutic area.

To Reproduce Steps to reproduce the behaviour: Query the API for disease annotation with EFO_0009605 and request the isTherapeuticArea field.