This function takes the parameters from predict_partitioning_schmitt and lumps the partition coefficients along with the volumes and flows based on the given tissue list. It is useful in Monte Carlo simulation of individual partition coefficients when calculating the rest of body partition coefficient.
lump_tissues(Ktissue2pu.in, tissuelist=NULL, species="Human")
List of partition coefficients from predict_partitioning_schmitt.
Specifies compartment names and tissues groupings. Remaining tissues in tissue.data are lumped in the rest of the body.
Species desired (either "Rat", "Rabbit", "Dog", "Mouse", or default "Human").
Ratio of concentration of chemical in red blood cells to unbound concentration in plasma.
Ratio of concentration of chemical in rest of body tissue to unbound concentration in plasma.
Volume of the rest of the body per kg body weight, L/kg BW.
Volume of the liver per kg body weight, L/kg BW.
Fraction of cardiac output flowing to the gut and liver, i.e. out of the liver.
Fraction of cardiac output flowing to the gut.
Fraction of cardiac output flowing to the kidneys.
# NOT RUN {
pcs <- predict_partitioning_schmitt(chem.name='bisphenola')
tissuelist <- list(liver=c("liver"),kidney=c("kidney"),lung=c("lung"),gut=c("gut")
,muscle.bone=c('muscle','bone'))
lump_tissues(pcs,tissuelist=tissuelist)
# }
Run the code above in your browser using DataLab