View source: R/get_rblood2plasma.R
get_rblood2plasma | R Documentation |
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
)
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. |
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 ~~
A numeric value for the steady-state ratio of chemical concentration in blood to plasma
Robert Pearce
get_rblood2plasma(chem.name="Bisphenol A")
get_rblood2plasma(chem.name="Bisphenol A",species="Rat")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.