powered by
This functions converts a chemical plasma concetration to an oral equivalent dose using a concentration obtained from calc_mc_css.
calc_mc_oral_equiv(conc,chem.name=NULL,chem.cas=NULL,which.quantile=0.95, species="Human",input.units='uM',output.units='mg', suppress.messages=F,return.samples=F,...)
Bioactive in vitro concentration in units of uM.
Either the chemical name or the CAS number must be specified.
Either the CAS number or the chemical name must be specified.
Suppress text messages.
Units of given concentration, default of uM but can also be mg/L.
Units of dose, default of 'mg' for mg/kg BW/ day or 'mol' for mol/ kg BW/ day.
Which quantile from Monte Carlo simulation is requested. Can be a vector.
Species desired (either "Rat", "Rabbit", "Dog", "Mouse", or default "Human").
Whether or not to return the vector containing the samples from the simulation instead of the selected quantile.
Additional parameters passed to calc_mc_css for httkpop and variance of parameters.
Equivalent dose in specified units, default of mg/kg BW/day.
# NOT RUN { # } # NOT RUN { calc_mc_oral_equiv(0.1,chem.cas="34256-82-1",which.quantile=c(0.05,0.5,0.95), method='vi',samples=100,tissue='brain') # }
Run the code above in your browser using DataLab