Learn R Programming

Risa (version 1.14.0)

getMicroarrayAssayFilenames: Listing filenames of microarray-based asssay from an ISAtab dataset.

Description

Retrieves the list of asssay filenames in an ISAtab dataset, which correspond to microarray-based assays.

Usage

getMicroarrayAssayFilenames(isa)

Arguments

isa
An object of the ISAtab-class.

Value

a list of assay filenames

See Also

isMicroarrayAssay

Examples

Run this code
armstrongISAzip <- system.file("extdata","ARMSTRONG-S-3-metadata.zip", package="Risa")
armstrongISA <- readISAtab(zipfile = armstrongISAzip, path = file.path(system.file("extdata", package="Risa"),"armstrongISA"), verbose =TRUE)
getMicroarrayAssayFilenames(armstrongISA)

Run the code above in your browser using DataLab