ode2sbml.annotations
annotations
Annotations utilities: SBO terms, MIRIAM URIs.
set_sbo_term(sbml_obj, sbo_term)
add_miriam_annotation(sbml_obj, qualifier, uri)
Add a MIRIAM annotation to an SBML object.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
sbml_obj
|
SBase
|
The SBML object to annotate. |
required |
qualifier
|
str
|
BQB qualifier string, e.g. |
required |
uri
|
str
|
Identifiers.org URI, e.g. |
required |