Get and set the list of study data.frame in an object of ISA.
Arguments
- x
An object of class ISA.
- value
A list of data.frames containing the study information. In each data.frame at least the following columns are present: 'Study Identifier', 'Study Title', 'Study Description', 'Study Submission Date', 'Study Public Release Date', 'Study File Name'.
Examples
## Read example Atwell data set.
isaObject1 <- readISATab(path = file.path(system.file("extdata/Atwell",
package = "isatabr")))
## Extract list of study data.frames.
study(isaObject1)
#> $GMI_Atwell_study
#> Study Identifier Study Title Study Description
#> 1 GMI_Atwell_study Atwell et al., Nature 2010 Arabidopsis experiment
#> Study Submission Date Study Public Release Date Study File Name
#> 1 <NA> <NA> s_study1.txt
#>