mc5: Perform level 5 multiple-concentration processing

Description Usage Arguments Details Value See Also

View source: R/mc5.R

Description

mc5 loads level 4 data from the gtox database for the given id and performs level 5 multiple-concentration processing. The processed data is then loaded into the mc5 table and all subsequent data is deleted with gtoxCascade. See details for more information.

The individual processing functions are no longer exported, as it is typically more convenient and suggested to use the gtoxRun wrapper function.

Usage

1
mc5(ae, wr = FALSE)

Arguments

ae

Integer of length 1, assay endpoint id (aeid) for processing.

wr

Logical, whether the processed data should be written to the gtox database

Details

Level 5 multiple-concentration hit-calling uses the fit parameters and the activity cutoff methods from mc5_aeid and mc5_methods to make an activity call and identify the winning model for each fit.

Value

A boolean of length 1, indicating the success of the processing, or when 'wr' is FALSE, a list where the first element is a boolean indiciating the success of processing and the second element is a data.table containing the processed data

See Also

Method functions, MC5_Methods

Other multiple-concentration data processing functions: mc1, mc2, mc3, mc4, mc6


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