Learn R Programming

httk (version 2.1.0)

get_physchem_param: Get physico-chemical parameters from chem.physical_and_invitro.data

Description

This function retrieves physico-chemical properties ("param") for the chemical specified by chem.name or chem.cas from the vLiver tables.

Usage

get_physchem_param(param, chem.name = NULL, chem.cas = NULL, dtxsid = NULL)

Value

The parameters, either a single value, a named list for a single chemical, or a list of lists

Arguments

param

The desired parameters, a vector or single value.

chem.name

The chemical names that you want parameters for, a vector or single value

chem.cas

The chemical CAS numbers that you want parameters for, a vector or single value

dtxsid

EPA's 'DSSTox Structure ID (https://comptox.epa.gov/dashboard) the chemical must be identified by either CAS, name, or DTXSIDs

Author

John Wambaugh and Robert Pearce

Examples

Run this code

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