| Literature DB >> 32055585 |
Abstract
Population pharmacokinetic analysis and modeling procedures typically require estimates of both population and individual pharmacokinetic parameters. However, only some of these parameters are contained in models and only parameters in the model can be estimated. In this paper, we introduce a new R package, PKconverter, to calculate pharmacokinetic parameters using the relationships among them. After fitting the model, other parameters can be calculated from the functional relationship among the parameters. PKconverter provides the functions to calculate whole parameters along with a Shiny application for converting the parameters. With this package, it is also possible to calculate the standard errors of the other parameters that are not in the model and estimate individual parameters simultaneously.Entities:
Keywords: Pharmacokinetic model; Pharmacokinetic parameter; Population analysis; R; Shiny
Year: 2019 PMID: 32055585 PMCID: PMC6989246 DOI: 10.12793/tcp.2019.27.2.73
Source DB: PubMed Journal: Transl Clin Pharmacol ISSN: 2289-0882
Figure 1The relationship among PK parameters? V1, Cl1, and k10 in one compartment model.
Figure 2The relationship among PK parameters? V1, Cl1, and t_alpha in one compartment model.
Important pharmacokinetic parameters in each compartment model
| Type | One compartment | Two compartment | Three compartment |
|---|---|---|---|
| Volume of distribution | |||
| Vdss | Vdss | Vdss | Vdss |
| Clearance | |||
| Rate constant | |||
| Half-life | |||
| True coefficient | A | A, B | A, B, C |
| Fractional coefficient | F.A | F.A, F.B | F.A, F.B, F.B |
| Exponent | α | α, β | α, β, γ |
Summary of input parameters and function names in each compartment in each model
| Model | Compartment | Input | Function name |
|---|---|---|---|
| 1 | 1 | OneComp_Volume_Clearance | |
| 2 | TwoComp_Volume_Clearance | ||
| 3 | ThreeComp_Volume_Clearance | ||
| 2 | 1 | OneComp_Volume_RateConstant | |
| 2 | TwoComp_Volume_RateConstant | ||
| 3 | ThreeComp_Volume_RateConstant | ||
| 3 | 1 | OneComp_Volume_Clearance_HalfLife | |
| 2 | TwoComp_Volume_Clearance_HalfLife | ||
| 3 | ThreeComp_Volume_Clearance_HalfLife | ||
| 4 | 1 | A, α | OneComp_Coefficient_Exponent |
| 2 | A, B, α, β | TwoComp_Coefficient_Exponent | |
| 3 | A, B, C, α, β, γ | ThreeComp_Coefficient_Exponent | |
| 5 | 1 | OneComp_Volume_Exponent | |
| 2 | TwoComp_Volume_Exponent | ||
| 3 | ThreeComp_Volume_Exponent |
Figure 3Main GUI of Shiny application for Pharmacokinetic Parameter Converter - Model 1.
Figure 4Main GUI of Shiny application for Pharmacokinetic Parameter Converter - Individual parameter converter.