$,ontology_term-method {struct} | R Documentation |
Dollar syntax can be used to as a shortcut for getting values for ontology_term objects.
## S4 method for signature 'ontology_term' x$name
x |
An ontology_term object |
name |
The name of the slot to access |
Slot value
## Not run: OT = ontology_term(ontology='stato',id='STATO:0000555') ## End(Not run)