dgidb / dgidb-v5

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

Expand fields for genes resolver #479

Open mcannon068nw opened 6 months ago

mcannon068nw commented 6 months ago

The drugs resolver currently allows options for "immunotherapy", "approved", and "anti-neoplastic". These are commonly utilized by users to pre-filter search results for interactions that meet those criteria. The genes resolver currently does not have these options supported: https://github.com/dgidb/dgidb-v5/blob/main/server/app/graphql/resolvers/genes.rb

We should implement these to allow users who are searching for interactions by gene to perform similar pre-filtering.