Learn R Programming

toxEval (version 1.4.0)

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)

Value

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

Arguments

CAS

Vector of CAS.

Details

The function get_ACC will convert the ACC values in the ToxCast database from units of (\(\mu\)M) to units of \(\mu\)g/L, and reformat the data as input to toxEval.

Examples

Run this code
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)

Run the code above in your browser using DataLab