checkParams: Checks all the alignment parameters

View source: R/utils.R

checkParamsR Documentation

Checks all the alignment parameters

Description

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

Usage

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

params <- paramsDIAlignR()
## Not run: 
checkParams(params)

## End(Not run)

shubham1637/DIAlign documentation built on March 27, 2023, 7:12 a.m.