mc3: Perform level 3 multiple-concentration processing

View source: R/mc3.R

mc3R Documentation

Perform level 3 multiple-concentration processing

Description

mc3 loads level 2 data from the gtox database for the given id and performs level 3 multiple-concentration processing. The processed data is then loaded into the mc3 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

mc3(ac, wr = FALSE)

Arguments

ac

Integer of length 1, assay component id (acid) for processing.

wr

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

Details

Level 3 multiple-concentration processing includes mapping assay component to assay endpoint, duplicating the data when the assay component has multiple assay endpoints, and any normalization of the data. Data normalization based on methods listed in mc3_aeid and mc3_methods tables.

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, MC3_Methods

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


philipmorrisintl/GladiaTOX documentation built on Aug. 27, 2023, 9:07 p.m.