-
Notifications
You must be signed in to change notification settings - Fork 11
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
MyChem drugcentral bioactivity: what to do when action_type is missing #904
Comments
Thanks to @DylanWelzel, there is a way to query for these in BTE! use Query from chem ➡️ gene (forward, can be batch):
Query from gene ➡️ chem (reverse, can't be batch):
|
Since it's possible to query for this data in the BioThings API, I went ahead and made x-bte operations for it (two commits). I also added these changes to the remove-clinical-trials branch so all instances of BTE/Service Provider are using it starting NOW (they are currently using overrides to that branch, see #861 (comment)). I decided to use the predicate
This is my understanding of what DrugCentral's "bioactivities" are (bold emphasis mine):
|
Going to close this issue for now. Comments can be added/issue can be reopened if Translator data-modeling or chem-specialist folks have thoughts on how to handle/map this data. |
MyChem's drugcentral.bioactivity info is a resource for detailed chem-gene relationship information. We currently use the field
action_type
to help map the data to biolink predicate/qualifier info (ex: the value "AGONIST" -> affects / causes increased activity using agonism). The action_type field seems to correspond to the "Action" column in the DrugCentral webpages (ex: compare the drugcentral.bioactivity data for bupropion in MyChem vs DrugCentral's webpage).However, as you can see in the bupropion links, there's a LOT of data that doesn't have an action_type value: the field is missing in the MyChem API data and is blank on the DrugCentral webpage. I'm not sure how to quantify it in MyChem, but I know there's 763 / 3225 chemicals in MyChem's drugcentral bioactivity data that are MISSING action_type for ALL of their gene relationships.
In order to make this data available to Translator, there's two things we'd need to figure out:
The text was updated successfully, but these errors were encountered: