get_ACC: Get the ACC values for a selection of chemicals

View source: R/get_ACC.R

get_ACCR Documentation

Get the ACC values for a selection of chemicals

Description

The get_ACC function retrieves the activity concentration at cutoff (ACC) values for specified chemicals.

Usage

get_ACC(CAS)

Arguments

CAS

Vector of CAS.

Details

The data used in toxEval were combined from files in the "INVITRODB_V3_LEVEL5" directory that were included in the October 2018 release of the ToxCast database. The function get_ACC will convert the ACC values in the ToxCast database from units of (log \muM) to units of \mug/L, and reformat the data as input to toxEval.

Value

data frame with columns CAS, chnm, flags, endPoint, ACC, MlWt, and ACC_value

Examples

CAS <- c("121-00-6", "136-85-6", "80-05-7", "84-65-1", "5436-43-1", "126-73-8")
ACC <- get_ACC(CAS)
head(ACC)

toxEval documentation built on April 15, 2023, 1:13 a.m.