-
Notifications
You must be signed in to change notification settings - Fork 4
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
BEP-0007 - Numeric Annotations #16
base: master
Are you sure you want to change the base?
Conversation
Numeric annotations closes #15
Does it make sense to associate units separately from the values that are being measured? I had written BEL like this before:
Or what about when there's a numerical range, like in:
|
How would measurement units be specified where there are multiple values being specified? E.g., there could be numeric annotations associated with the dose of a drug or ligand used in a treatment, as well as the change in an output variable (fold change, amount of cytokine secreted, etc.) |
I would not separate the units from a numeric annotation. Ideally, the units would be included as part of the annotation, e.g., "2 hours" |
Discussion Notes
For a given annotation, is it a namespace annotation, or a numeric one? Could we also have more complicated objects with exotic schemata? |
Numeric annotations - BEP7
closes #15