View source: R/pipeline_modules.R
beginPipelineRun | R Documentation |
This function is for an older version of MethylPipeR and is now deprecated. It is currently still included to allow old scripts to run correctly. To be called at the beginning of a pipeline run.
beginPipelineRun(note, randomSeed = 42, log = TRUE, logFolderPath)
note |
A string describing the pipeline run. This will be saved in the pipeline run log. |
randomSeed |
A number to be used as the random seed in pipeline function calls. |
log |
TRUE iff the pipeline log should be saved to file. |
logFolderPath |
if log is TRUE, the log file will be saved in the folder specified by logFolderPath. |
A list containing pipeline run information. Many of the pipeline functions require this list to be passed in as an argument.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.