Lump tissue parameters
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, parameters = NULL, tissuelist = NULL, species = "Human", tissue.vols = NULL, tissue.flows = NULL )
Ktissue2pu.in |
List of partition coefficients from predict_partitioning_schmitt. |
parameters |
A list of physiological parameters including flows and
volumes for tissues in |
tissuelist |
Specifies compartment names and tissues groupings. Remaining tissues in tissue.data are lumped in the rest of the body. |
species |
Species desired (either "Rat", "Rabbit", "Dog", "Mouse", or default "Human"). |
tissue.vols |
A list of volumes for tissues in |
tissue.flows |
A list of flows for tissues in |
This function returns the flows, volumes, and partition coefficients for the lumped tissues specified in tissue list Ktissue2plasma – tissue to free plasma concentration partition coefficients for every tissue specified by Schmitt (2008) (the tissue.data table) tissuelist – a list of character vectors, the name of each entry in the list is a lumped tissue, the words in the vector are the Schmitt (2008) tissues that are to be lumped, for example: tissuelist<-list(Rapid=c("Brain","Kidney")) species specifies the flow.col and vol.col in the tissuedata.table
Krbc2pu |
Ratio of concentration of chemical in red blood cells to unbound concentration in plasma. |
Krest2pu |
Ratio of concentration of chemical in rest of body tissue to unbound concentration in plasma. |
Vrestc |
Volume of the rest of the body per kg body weight, L/kg BW. |
Vliverc |
Volume of the liver per kg body weight, L/kg BW. |
Qtotal.liverf |
Fraction of cardiac output flowing to the gut and liver, i.e. out of the liver. |
Qgutf |
Fraction of cardiac output flowing to the gut. |
Qkidneyf |
Fraction of cardiac output flowing to the kidneys. |
John Wambaugh and Robert Pearce
Pearce, Robert G., et al. "Evaluation and calibration of high-throughput predictions of chemical distribution to tissues." Journal of pharmacokinetics and pharmacodynamics 44.6 (2017): 549-565.
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)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.