Skip to contents

Get and set the ontology Source Reference (oSR) data.frame in an object of ISAjson.

Usage

oSR(x)

oSR(x) <- value

# S4 method for class 'ISAjson'
oSR(x)

# S4 method for class 'ISAjson'
oSR(x) <- value

Arguments

x

An object of class ISAjson.

value

A data.frame containing the ontology Source Reference information. data.frame in which at least the following columns are present: `r paste0("'", oSRCols, "'", collapse = ", ")`.

Value

A data.frame containing the ontology Source Reference information.

The updated object of class ISAjson.