powered by
This function retrieves physico-chemical properties ("param") for the chemical specified by chem.name or chem.cas from the vLiver tables.
get_physchem_param(param, chem.name = NULL, chem.cas = NULL, dtxsid = NULL)
The parameters, either a single value, a named list for a single chemical, or a list of lists
The desired parameters, a vector or single value.
The chemical names that you want parameters for, a vector or single value
The chemical CAS numbers that you want parameters for, a vector or single value
EPA's 'DSSTox Structure ID (https://comptox.epa.gov/dashboard) the chemical must be identified by either CAS, name, or DTXSIDs
John Wambaugh and Robert Pearce
get_physchem_param(param = 'logP', chem.cas = '80-05-7') get_physchem_param(param = c('logP','MW'), chem.cas = c('80-05-7','81-81-2'))
Run the code above in your browser using DataLab