getAssayFileNames: Retrieve the Assay File Name(s) per Study from an ISA object.

View source: R/setInfo.R

getAssayFileNamesR Documentation

Retrieve the Assay File Name(s) per Study from an ISA object.

Description

Retrieve from an object of the ISA-class the Assay File Name(s) linked to the Study Identifier(s) per Study.

Usage

getAssayFileNames(isaObject)

Arguments

isaObject

An object of the ISA-class.

Value

A named list of character vectors containing the Assay File Name(s) for each Study Identifier. The name of the character vector or names of the list elements represent(s) the Study Identifier(s).

#' @examples

Read example Atwell data set.

isaObject1 <- readISATab(path = file.path(system.file("extdata/Atwell", package = "isatabr")))

Extract assay file names per study.

getAssayFileNames(isaObject1)


isatabr documentation built on Aug. 19, 2022, 5:17 p.m.