sysargs {systemPipeR}R Documentation

SYSargs accessor methods

Description

Methods to access information from SYSargs object.

Usage

	sysargs(x)

Arguments

x

object of class SYSargs

Value

various outputs

Author(s)

Thomas Girke

Examples

## Construct SYSargs object from param and targets files 
param <- system.file("extdata", "hisat2.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)

[Package systemPipeR version 2.0.4 Index]