checkParams: Checks all the alignment parameters

Description Usage Arguments Value Author(s) See Also Examples

View source: R/utils.R

Description

Parameters are defined in the paramsDIAlignR function. If parameters are found incongruous, the program will terminate.

Usage

1
checkParams(params)

Arguments

params

(list) parameters are entered as list. Output of the paramsDIAlignR function.

Value

Invisible NULL

Author(s)

Shubham Gupta, shubh.gupta@mail.utoronto.ca

ORCID: 0000-0003-3500-8152

License: (c) Author (2020) + GPL-3 Date: 2020-07-01

See Also

paramsDIAlignR

Examples

1
2
3
4
5
params <- paramsDIAlignR()
## Not run: 
checkParams(params)

## End(Not run)

Roestlab/DIAlignR documentation built on March 3, 2021, 9:09 a.m.