You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Remove the subtypes so autocomplete can focus on the main diseases.
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.
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.
The text was updated successfully, but these errors were encountered:
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:
If this approach makes sense, something similar might be doable with proteins and the protein ontology.
The text was updated successfully, but these errors were encountered: