iPubs {isatabr} | R Documentation |
Get and set iPubs.
Description
Get and set the iPubs data.frame in an object of ISA.
Usage
iPubs(x)
iPubs(x) <- value
## S4 method for signature 'ISA'
iPubs(x)
## S4 replacement method for signature 'ISA'
iPubs(x) <- value
Arguments
x |
An object of class ISA. |
value |
A data.frame containing the investigation publications information. A data.frame in which at least the following columns are present: 'Investigation PubMed ID', 'Investigation Publication DOI', 'Investigation Publication Author List', 'Investigation Publication Title', 'Investigation Publication Status', 'Investigation Publication Status Term Accession Number', 'Investigation Publication Status Term Source REF'. |
Value
A data.frame containing the investigation publications information.
The updated object of class ISA.
Examples
## Read example Atwell data set.
isaObject1 <- readISATab(path = file.path(system.file("extdata/Atwell",
package = "isatabr")))
## Extract iPubs data.frame.
iPubs(isaObject1)
[Package isatabr version 1.0.1 Index]