getAssayTabs: Retrieve Assay Tables from an ISA object.

View source: R/processAssay.R

getAssayTabsR Documentation

Retrieve Assay Tables from an ISA object.

Description

Retrieve from an object of the ISA-class the Assay Tables.

Usage

getAssayTabs(isaObject)

Arguments

isaObject

An object of the ISA-class.

Value

A list of lists of objects of class assayTab, where each list element, named by the Study Identifier, contains a list of objects of class assayTab.

Examples

## Read example Atwell data set.
isaObject1 <- readISATab(path = file.path(system.file("extdata/Atwell",
                                          package = "isatabr")))

## Get assay tabs for isaObject1.
aTabObjects <- getAssayTabs(isaObject1)


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