dgidb / dgidb-v5

Providing interactions between drugs and genes sourced from a variety of publications and knowledgebases
https://dgidb.org
MIT License
18 stars 3 forks source link

Missing indication field in results #194

Closed cjosu closed 1 year ago

cjosu commented 2 years ago

In Interactions by Drug, certain records are missing an indication field. Might be a data issue?

mcannon068nw commented 1 year ago

Re: meeting, did some investigation to try to understand what this issue might be about:

After some investigation of graphql fields and what is currently built under Interactions by Drug, I think the issue might be a misunderstanding of how the data is structured. In the interactions results, our design documents intended for sample indications to be displayed within the results table in addition to scores, interaction type, and approval status. My suspicion is that there was uncertainty whether every interaction is expected to have an indication or not.

Indications can be returned within an InteractionAttribute field and can be grabbed for display if it exists, but it is not always guaranteed to be present. In these cases we could display "Not Available" or something along those lines. Screen Shot 2022-12-05 at 2 11 25 PM

github-actions[bot] commented 1 year ago

Closed by #373.