getAssayTabs | R Documentation |
Retrieve from an object of the ISA-class
the Assay Tables.
getAssayTabs(isaObject)
isaObject |
An object of the |
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
.
## Read example Atwell data set.
isaObject1 <- readISATab(path = file.path(system.file("extdata/Atwell",
package = "isatabr")))
## Get assay tabs for isaObject1.
aTabObjects <- getAssayTabs(isaObject1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.