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