execute.concensusWorkflow: Execute concensusWorkflow

Description Usage Arguments Value See Also

Description

Execute concensusWorkflow analysis pipeline.

Usage

1
2
3
## S3 method for class 'concensusWorkflow'
execute(x, locality = "local", parallel = FALSE,
  clobber = FALSE, submit_script = file.path("exec/sge-template.sh"), ...)

Arguments

x

concensusWorkflow.

locality

Character. "local" for local machine (the default) or "sge" for GridEngine.

parallel

Logical. Run in multicore parallel.

clobber

Logical. If TRUE, start from beginning of workflow; if FALSE, start from last built target.

submit_script

Character. If locality="sge", path to template SGE script

...

Other arguments passed to workflows::execute.

Value

Executed concensusWorkflow

See Also

execute


eachanjohnson/concensusGLM documentation built on June 26, 2019, 2:26 a.m.