This function attempts to retrieve a measured species- and chemical-specific blood:plasma concentration ratio.
get_rblood2plasma(
chem.name = NULL,
chem.cas = NULL,
dtxsid = NULL,
species = "Human",
default.to.human = FALSE
)
A numeric value for the steady-state ratio of chemical concentration in blood to plasma
Either the chemical name or the CAS number must be specified.
Either the CAS number or the chemical name must be specified.
EPA's 'DSSTox Structure ID (https://comptox.epa.gov/dashboard) the chemical must be identified by either CAS, name, or DTXSIDs
Species desired (either "Rat", "Rabbit", "Dog", "Mouse", or default "Human").
Substitutes missing animal values with human values if true.
Robert Pearce
A value of NA is returned when the requested value is unavailable. Values are retrieved from chem.physical_and_invitro.data. details than the description above ~~
get_rblood2plasma(chem.name="Bisphenol A")
get_rblood2plasma(chem.name="Bisphenol A",species="Rat")
Run the code above in your browser using DataLab