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

create a pattern for biological attribute severity #906

Open
Daniel-Olson opened this issue Mar 2, 2023 · 2 comments
Open

create a pattern for biological attribute severity #906

Daniel-Olson opened this issue Mar 2, 2023 · 2 comments

Comments

@Daniel-Olson
Copy link

This pattern is meant to describe the severity of biological attributes. Our use case is related to outcomes of clinical outcomes assessments where rank of severity is pertinent. We would also like to include a pattern for the 'normal' quality of a biological attribute.

We are using the patterns:

  1. Abnormal -
    equivalentTo:
    text: "'has_part' some (%s and ('has_modifier' some ('abnormal' and ('has_modifier' some %s))))"
    vars:
  • attribute
  • severity
  1. Normal -
    equivalentTo:
    text: "'has_part' some (%s and ('has_modifier' some 'normal'))"
    vars:
  • attribute

@nicolevasilevsky @matentzn

Daniel-Olson added a commit to Daniel-Olson/upheno that referenced this issue Mar 2, 2023
Add a new pattern attributeNormal.yaml per obophenotype#906
@matentzn
Copy link
Collaborator

matentzn commented Mar 3, 2023

@rays22 this is important also for issue #903. This asks for two modelling issues:

  1. Using "severity" modifiers on the "abnormal" modifier. The question here is if "has modifier" is the appropriate relation - I think it could be, but something more specific, like "has degree of intensity" could be an option as well.
  2. The use of OBA attributes in place of the post-composed "Q inheres in some E" expression.

Let me know what you think, I think it makes sense, but maybe I am not seeing everything clearly.

@nicolevasilevsky
Copy link
Member

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

No branches or pull requests

3 participants