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

Adding disease context qualifier to Biolink #1291

Closed
codewarrior2000 opened this issue Apr 25, 2023 · 3 comments
Closed

Adding disease context qualifier to Biolink #1291

codewarrior2000 opened this issue Apr 25, 2023 · 3 comments

Comments

@codewarrior2000
Copy link

codewarrior2000 commented Apr 25, 2023

Is your feature request related to a problem? Please describe.

  • We are ingesting drug-phenotype associations from PharmGKB entities and we want a new qualifier to be used for phenotypes

What working group (or team) did this request originate from?
The need for representing this type of data originated from MolePro

Note: This may be relevant for members of NCATS Translator.

Describe the solution you'd like
Add to Biolink a disease context qualifierhttps://www.pharmgkb.org/disease/PA445208’ (e.g., the “Pain phenotype” for oxycodone)

Tag relevant members for discussion
@sierra-moxon @vdancik

@codewarrior2000
Copy link
Author

Also, should the value of the disease context qualifier be a CURIE or would just the disease name suffice?

@sierra-moxon
Copy link
Member

sierra-moxon commented Apr 26, 2023

Hi @codewarrior2000 -

Let me know if either of these examples represent the statements you want to make? These are completely out of my head to try and capture what it is you're trying to say (they may be a bit nonsensical -- e.g. the first one).

subject: oxycodon 
predicate: treats
object: liver disease
disease_or_phenotypic_feature_context_qualifier: Pain

or

subject: oxycodone
predicate: treats
object: pain phenotype

or

subject: oxycodone
predicate: affects
qualified_predicate: causes
object: pain phenotype
object_direction_qualifier: decreased

or something different?

Note we have subject and object_context_qualifier that might help?

@codewarrior2000
Copy link
Author

codewarrior2000 commented Apr 26, 2023

Hi @sierra-moxon

Thank you for asking. We are creating a knowledge graph that looks like the following with real PharmGKB data:

          subject: methotrexate
          predicate: affects
          object: ABCB1
          object_form_or_variant_qualifier: DBSNP:rs868755
          disease_or_phenotypic_feature_context_qualifier: Arthritis, Rheumatoid
          disease_or_phenotypic_feature_context_qualifier: Precursor Cell Lymphoblastic Leukemia-Lymphoma
          disease_or_phenotypic_feature_context_qualifier: Lymphoma, T-Cell

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

No branches or pull requests

3 participants