Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can we incorporate hierarchy information somehow? #141

Open
gaurav opened this issue Jan 24, 2024 · 0 comments
Open

Can we incorporate hierarchy information somehow? #141

gaurav opened this issue Jan 24, 2024 · 0 comments

Comments

@gaurav
Copy link
Contributor

gaurav commented Jan 24, 2024

One problem we keep running into is that we have a lot of variants of diseases (many kinds of Alzheimers, Type 2 Diabetes, etc.) and we return all of them during autocomplete. If there was some way to differentiate these from "full" diseases, we could do several things:

  1. Remove the subtypes so autocomplete can focus on the main diseases.
  2. Return the subtypes as a list within the main entry, so users can select "Alzheimers disease", but UI could provide a dropdown that lets them choose a particular variant if they want.
  3. Downscore the subtypes so that Alzheimers goes to the top of the autocomplete unless the user specifically says "type 1" etc.

If this approach makes sense, something similar might be doable with proteins and the protein ontology.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant