Learn R Programming

httk (version 1.6)

parameterize_1comp: Parameterize_1comp

Description

This function initializes the parameters needed in the function solve_1comp.

Usage

parameterize_1comp(chem.cas=NULL,chem.name=NULL,species="Human",
                    default.to.human=F,Funbound.plasma.pc.correction=T,
                    restrictive.clearance=T,well.stirred.correction=T,
                    suppress.messages=F)

Arguments

chem.name

Either the chemical name or the CAS number must be specified.

chem.cas

Either the chemical name or the CAS number must be specified.

species

Species desired (either "Rat", "Rabbit", "Dog", "Mouse", or default "Human").

default.to.human

Substitutes missing rat values with human values if true.

Funbound.plasma.pc.correction

If set to TRUE, volume of distribution and elimination are calculated with the corrected partition coefficients, using regressions, and corrected Funbound.plasma.

restrictive.clearance

In calculating elimination rate, protein binding is not taken into account (set to 1) in liver clearance if FALSE.

well.stirred.correction

Uses correction in calculation of hepatic clearance for well-stirred model if TRUE. This assumes clearance relative to amount unbound in whole blood instead of plasma, but converted to use with plasma concentration.

suppress.messages

Whether or not to suppress messages.

Value

Vdist

Volume of distribution, units of L/kg BW.

Fgutabs

Fraction of the oral dose absorbed, i.e. the fraction of the dose that enters the gutlumen.

kelim

Elimination rate, units of 1/h.

hematocrit

Percent volume of red blood cells in the blood.

kgutabs

Rate chemical is absorbed, 1/h.

million.cells.per.gliver

Millions cells per gram of liver tissue.

MW

Molecular Weight, g/mol.

Rblood2plasma

The ratio of the concentration of the chemical in the blood to the concentration in the plasma.

%% ~Describe the value returned %% If it is a LIST, use %% \item{comp1 }{Description of 'comp1'} %% \item{comp2 }{Description of 'comp2'} %% ...

Examples

Run this code
# NOT RUN {
 parameters <- parameterize_1comp(chem.name='Bisphenol-A',species='Rat')
 parameters <- parameterize_1comp(chem.cas='80-05-7',restrictive.clearance=FALSE,
                                  species='rabbit',default.to.human=TRUE)
 out <- solve_1comp(parameters=parameters)
# }

Run the code above in your browser using DataLab