Description Usage Arguments Value Author(s) Examples
Methods to access information from SYSargs
object.
1 | sysargs(x)
|
x |
object of class |
various outputs
Thomas Girke
1 2 3 4 5 6 | ## 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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.