systemPipeR (version 1.6.2)

sysargs: SYSargs accessor methods

Description

Methods to access information from SYSargs object.

Usage

sysargs(x)

Arguments

x
object of class SYSargs

Value

  • various outputs

Examples

Run this code
## Construct SYSargs object from param and targets files 
param <- system.file("extdata", "tophat.param", package="systemPipeR")
targets <- system.file("extdata", "targets.txt", package="systemPipeR")
args <- systemArgs(sysma=param, mytargets=targets)
args
names(args); modules(args); cores(args); outpaths(args); sysargs(args)

Run the code above in your browser using DataLab