gtoxLoadVmad: Load cutoff values for assay endpoints

Description Usage Arguments Value Examples

View source: R/gtoxLoadVmad.R

Description

gtoxLoadVmad queries the gtox databases and returns a data.table with the cutoff values for the given assay endpoint ids (aeid).

Usage

1

Arguments

aeid

Integer, assay endpoint ids

Value

A data.table containing cutoff values for the given aeids.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
## Store the current config settings, so they can be reloaded at the end 
## of the examples
conf_store <- gtoxConfList()
gtoxConfDefault()

## Prepare for analysis before QC + process data
gtoxLoadVmad()

## Reset configuration
options(conf_store)

GladiaTOX documentation built on Nov. 15, 2020, 2:07 a.m.