This functions converts a steady state plasma concetration for a given dermal exposure scenario to an equivalent steady state media concentration for a single dose.
calc_dermal_equiv(
conc,
chem.name = NULL,
chem.cas = NULL,
dtxsid = NULL,
parameters = NULL,
days = 20,
doses.per.day = 3,
skin_depth = 0.3,
skin.pH = 7,
Vmedia = 0.001,
Fskinexposed = 0.1,
...
)
Equivalent dose in specified units, default of mg/kg BW/day.
Bioactive in vitro concentration, arbitrary units.
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
Parameters from parameterize_dermal_pbtk.
Number of days of simulation.
Number of doses per day.
Skin depth, cm.
pH of skin/dermis.
Volume of media, L, used when parameters are not given.
Fraction of total skin exposed, used when parameters are not given.
Additional parameters passed to solve_dermal_pbtk.
Annabel Meade
Returned dose is dependent on doses.per.day.