parameterPreprocess: Preprocess Pipeline Parameter List.

Description Usage Arguments Details Value Note Author(s) See Also Examples

View source: R/param.r

Description

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

Usage

1

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

1
2
3
4
5
6
7
param = ramwasParameters(
    dirproject = "."
)

param2 = parameterPreprocess(param)

print(param2)

ramwas documentation built on Nov. 8, 2020, 8:24 p.m.