Learn R Programming

Risa (version 1.14.0)

getStudyFilename: Retrieves the study filename to which an assay.filename corresponds.

Description

Retrieves the study filename to which an assay.filename corresponds.

Usage

getStudyFilename(isa, assay.filename)

Arguments

isa
an object from the ISATab-class.
assay.filename
a string with the filename of an assay

Value

a string with the study filename.

See Also

ISATab-class

Examples

Run this code
faahkoISA <- readISAtab(find.package("faahKO"))
getStudyFilename(faahkoISA, faahkoISA@assay.filenames[[1]])

Run the code above in your browser using DataLab