mc1: Perform level 1 multiple-concentration processing

View source: R/mc1.R

mc1R Documentation

Perform level 1 multiple-concentration processing

Description

mc1 loads level 0 data from the tcpl database for the given id and performs level 1 multiple-concentration processing. The processed data is then loaded into the mc1 table and all subsequent data is deleted with tcplCascade. See details for more information.

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

Usage

mc1(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 tcpl database

Details

Level 1 processing includes defining the concentration and replicate index, cndx and repi, respectively.

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 indicating the success of processing and the second element is a data.table containing the processed data

See Also

Other multiple-concentration: mc2(), mc3(), mc4(), mc5(), mc6()


USEPA/CompTox-ToxCast-tcpl documentation built on April 22, 2024, 12:37 p.m.