parameterPreprocess {ramwas}R Documentation

Preprocess Pipeline Parameter List.

Description

Fill in missing parameters with default values, read supporting data files, make relative directory path parameters absolute.

Usage

parameterPreprocess(param)

Arguments

param

List with RaMWAS parameters.
For detailed description of all available parameters run:
browseVignettes("ramwas").

Details

A number of common preprocessing steps necessary for parameters of multiple pipeline parts are combined in this function. The actions include

Value

Returns preprocessed list of parameters.

Note

This function is not intended to be run by the user.

Author(s)

Andrey A Shabalin andrey.shabalin@gmail.com

See Also

See vignettes: browseVignettes("ramwas").

Examples

param = ramwasParameters(
    dirproject = "."
)

param2 = parameterPreprocess(param)

print(param2)

[Package ramwas version 1.16.0 Index]