getAssayFileNames {isatabr} | R 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 |
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)
[Package isatabr version 1.0.1 Index]