$,ontology_term-method {struct}R Documentation

Get/set ontology term slots

Description

Dollar syntax can be used to as a shortcut for getting values for ontology_term objects.

Usage

## S4 method for signature 'ontology_term'
x$name

Arguments

x

An ontology_term object

name

The name of the slot to access

Value

Slot value

Examples

## Not run: 
OT = ontology_term(ontology='stato',id='STATO:0000555')

## End(Not run)

[Package struct version 1.5.3 Index]