get_ACC | R Documentation |
The get_ACC
function retrieves the activity concentration at cutoff
(ACC) values for specified chemicals.
get_ACC(CAS)
CAS |
Vector of CAS. |
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.
data frame with columns CAS, chnm, flags, endPoint, ACC, MlWt, and ACC_value
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.