get_rblood2plasma {httk} | R Documentation |
Get ratio of the blood concentration to the plasma concentration.
Description
This function attempts to retrieve a measured species- and chemical-specific blood:plasma concentration ratio.
Usage
get_rblood2plasma(
chem.name = NULL,
chem.cas = NULL,
dtxsid = NULL,
species = "Human",
default.to.human = FALSE
)
Arguments
chem.name |
Either the chemical name or the CAS number must be specified. |
chem.cas |
Either the CAS number or the chemical name must be specified. |
dtxsid |
EPA's 'DSSTox Structure ID (https://comptox.epa.gov/dashboard) the chemical must be identified by either CAS, name, or DTXSIDs |
species |
Species desired (either "Rat", "Rabbit", "Dog", "Mouse", or default "Human"). |
default.to.human |
Substitutes missing animal values with human values if true. |
Details
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 ~~
Value
A numeric value for the steady-state ratio of chemical concentration in blood to plasma
Author(s)
Robert Pearce
Examples
get_rblood2plasma(chem.name="Bisphenol A")
get_rblood2plasma(chem.name="Bisphenol A",species="Rat")