getMicroarrayAssayFilenames {Risa}R Documentation

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

Author(s)

Alejandra Gonzalez-Beltran

See Also

isMicroarrayAssay

Examples

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)

[Package Risa version 1.24.0 Index]