sFiles | R Documentation |
Get and set the list of sFiles data.frames in an object of ISA.
sFiles(x)
sFiles(x) <- value
## S4 method for signature 'ISA'
sFiles(x)
## S4 replacement method for signature 'ISA'
sFiles(x) <- value
x |
An object of class ISA. |
value |
A list of data.frames containing the study files. In each data.frame at least the following columns are present: 'Source Name', 'Term Source REF', 'Sample Name'. |
A list of data.frames containing the study files.
The updated object of class ISA.
## Read example Atwell data set.
isaObject1 <- readISATab(path = file.path(system.file("extdata/Atwell",
package = "isatabr")))
## Extract list of sFiles data.frames.
sFiles(isaObject1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.