define_db_usage: Define the database processing order

Description Usage Arguments Value

View source: R/define_db_usage.R

Description

Database processing order is defined by a numeric vector with one value for each available database DB1 to DBx.

Possible values:

1

most important

2

2nd most important

x

xth most important

0

excluded

i.e. c(1,2,1,0) means DB1 and DB3 are processed first, then DB2, DB4 isn't used at all

Usage

1
define_db_usage(ARG_LIST, ranking = NA)

Arguments

ARG_LIST

list with user settings created by prepare_input_arguments.R

ranking

numeric vector with database processing (=rank) order

Value

updated ARG_LIST


friederhadlich/rePROBE documentation built on Dec. 7, 2019, 12:26 a.m.