Skip to contents

Get and set the list of sPubs data.frames in an object of ISA.

Usage

sPubs(x)

sPubs(x) <- value

# S4 method for ISA
sPubs(x)

# S4 method for ISA
sPubs(x) <- value

Arguments

x

An object of class ISA.

value

A list of data.frames containing the study publications. In each data.frame at least the following columns are present: 'Study PubMed ID', 'Study Publication DOI', 'Study Publication Author List', 'Study Publication Title', 'Study Publication Status', 'Study Publication Status Term Accession Number', 'Study Publication Status Term Source REF'.

Value

A list of data.frames containing the study publications.

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 sPubs data.frames.
sPubs(isaObject1)
#> $GMI_Atwell_study
#> [1] Study PubMed ID                               
#> [2] Study Publication DOI                         
#> [3] Study Publication Author List                 
#> [4] Study Publication Title                       
#> [5] Study Publication Status                      
#> [6] Study Publication Status Term Accession Number
#> [7] Study Publication Status Term Source REF      
#> <0 rows> (or 0-length row.names)
#>