Skip to contents

Get and set the list of aFiles data.frames in an object of ISAjson.

Usage

aFiles(x)

aFiles(x) <- value

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

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

Arguments

x

An object of class ISAjson.

value

A list of data.frames containing the assay files. In each data.frame at least the following columns are present: `r paste0("'", aFilesCols, "'", collapse = ", ")`.

Value

A list of data.frames containing the assay files.

The updated object of class ISAjson.