Learn R Programming

toxEval (version 1.0.3)

get_ACC: 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.

Value

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

Details

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

Examples

Run this code
# NOT RUN {
CAS <- c("121-00-6","136-85-6","80-05-7","84-65-1","5436-43-1","126-73-8")
ACC <- get_ACC(CAS)
# }

Run the code above in your browser using DataLab