sDD {isatabr} | R Documentation |
Get and set sDD.
Description
Get and set the list of sDD data.frames in an object of ISA.
Usage
sDD(x)
sDD(x) <- value
## S4 method for signature 'ISA'
sDD(x)
## S4 replacement method for signature 'ISA'
sDD(x) <- value
Arguments
x |
An object of class ISA. |
value |
A list of data.frames containing the study design descriptors. In each data.frame at least the following columns are present: 'Study Design Type', 'Study Design Type Term Accession Number', 'Study Design Type Term Source REF'. |
Value
A list of data.frames containing the study design descriptors.
The updated object of class ISA.
Examples
## Read example Atwell data set.
isaObject1 <- readISATab(path = file.path(system.file("extdata/Atwell",
package = "isatabr")))
## Extract list of sDD data.frames.
sDD(isaObject1)
[Package isatabr version 1.0.1 Index]