Retrieve from an object of the ISA-class
the Assay Tables.
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)