Compiles Metadata from PKNCA
Examples
PKNCA_meta = NCA_fetch_PKNCA_meta()
utils::head(PKNCA_meta)
#> $parameters
#> parameter unit_type
#> 1 start time
#> 2 end time
#> 3 auclast auc
#> 4 aucall auc
#> 5 aumclast aumc
#> 6 aumcall aumc
#> 7 aucint.last auc
#> 8 aucint.last.dose auc
#> 9 aucint.all auc
#> 10 aucint.all.dose auc
#> 11 c0 conc
#> 12 cmax conc
#> 13 cmin conc
#> 14 tmax time
#> 15 tlast time
#> 16 tfirst time
#> 17 clast.obs conc
#> 18 cl.last clearance
#> 19 cl.all clearance
#> 20 f fraction
#> 21 mrt.last time
#> 22 mrt.iv.last time
#> 23 vss.last volume
#> 24 vss.iv.last volume
#> 25 cav conc
#> 26 cav.int.last conc
#> 27 cav.int.all conc
#> 28 ctrough conc
#> 29 cstart conc
#> 30 ptr fraction
#> 31 tlag time
#> 32 deg.fluc %
#> 33 swing %
#> 34 ceoi conc
#> 35 aucabove.predose.all auc
#> 36 aucabove.trough.all auc
#> 37 count_conc count
#> 38 count_conc_measured count
#> 39 totdose dose
#> 40 volpk volume
#> 41 ae amount
#> 42 clr.last renal_clearance
#> 43 clr.obs renal_clearance
#> 44 clr.pred renal_clearance
#> 45 fe amount_dose
#> 46 ertlst time
#> 47 ermax amount_time
#> 48 ertmax time
#> 49 sparse_auclast auc
#> 50 sparse_auc_se auc
#> 51 sparse_auc_df count
#> 52 time_above time
#> 53 aucivlast auc
#> 54 aucivall auc
#> 55 aucivint.last auc
#> 56 aucivint.all auc
#> 57 aucivpbextlast %
#> 58 aucivpbextall %
#> 59 aucivpbextint.last %
#> 60 aucivpbextint.all %
#> 61 half.life time
#> 62 r.squared unitless
#> 63 adj.r.squared unitless
#> 64 lambda.z.corrxy unitless
#> 65 lambda.z inverse_time
#> 66 lambda.z.time.first time
#> 67 lambda.z.time.last time
#> 68 lambda.z.n.points count
#> 69 clast.pred conc
#> 70 span.ratio fraction
#> 71 thalf.eff.last time
#> 72 thalf.eff.iv.last time
#> 73 kel.last inverse_time
#> 74 kel.iv.last inverse_time
#> 75 aucinf.obs auc
#> 76 aucinf.pred auc
#> 77 aumcinf.obs aumc
#> 78 aumcinf.pred aumc
#> 79 aucint.inf.obs auc
#> 80 aucint.inf.obs.dose auc
#> 81 aucint.inf.pred auc
#> 82 aucint.inf.pred.dose auc
#> 83 aucivinf.obs auc
#> 84 aucivinf.pred auc
#> 85 aucivpbextinf.obs %
#> 86 aucivpbextinf.pred %
#> 87 aucpext.obs %
#> 88 aucpext.pred %
#> 89 cl.obs clearance
#> 90 cl.pred clearance
#> 91 mrt.obs time
#> 92 mrt.pred time
#> 93 mrt.iv.obs time
#> 94 mrt.iv.pred time
#> 95 mrt.md.obs time
#> 96 mrt.md.pred time
#> 97 vz.obs volume
#> 98 vz.pred volume
#> 99 vss.obs volume
#> 100 vss.pred volume
#> 101 vss.iv.obs volume
#> 102 vss.iv.pred volume
#> 103 vss.md.obs volume
#> 104 vss.md.pred volume
#> 105 cav.int.inf.obs conc
#> 106 cav.int.inf.pred conc
#> 107 thalf.eff.obs time
#> 108 thalf.eff.pred time
#> 109 thalf.eff.iv.obs time
#> 110 thalf.eff.iv.pred time
#> 111 kel.obs inverse_time
#> 112 kel.pred inverse_time
#> 113 kel.iv.obs inverse_time
#> 114 kel.iv.pred inverse_time
#> 115 auclast.dn auc_dosenorm
#> 116 aucall.dn auc_dosenorm
#> 117 aucinf.obs.dn auc_dosenorm
#> 118 aucinf.pred.dn auc_dosenorm
#> 119 aumclast.dn aumc_dosenorm
#> 120 aumcall.dn aumc_dosenorm
#> 121 aumcinf.obs.dn aumc_dosenorm
#> 122 aumcinf.pred.dn aumc_dosenorm
#> 123 cmax.dn conc_dosenorm
#> 124 cmin.dn conc_dosenorm
#> 125 clast.obs.dn conc_dosenorm
#> 126 clast.pred.dn conc_dosenorm
#> 127 cav.dn conc_dosenorm
#> 128 ctrough.dn conc_dosenorm
#> 129 clr.last.dn renal_clearance_dosenorm
#> 130 clr.obs.dn renal_clearance_dosenorm
#> 131 clr.pred.dn renal_clearance_dosenorm
#> pretty_name data_type
#> 1 Interval Start interval
#> 2 Interval End interval
#> 3 AUClast interval
#> 4 AUCall interval
#> 5 AUMC,last interval
#> 6 AUMC,all interval
#> 7 AUCint (based on AUClast extrapolation) interval
#> 8 AUCint (based on AUClast extrapolation, dose-aware) interval
#> 9 AUCint (based on AUCall extrapolation) interval
#> 10 AUCint (based on AUCall extrapolation, dose-aware) interval
#> 11 C0 interval
#> 12 Cmax interval
#> 13 Cmin interval
#> 14 Tmax interval
#> 15 Tlast interval
#> 16 Tfirst interval
#> 17 Clast interval
#> 18 CL (based on AUClast) interval
#> 19 CL (based on AUCall) interval
#> 20 Bioavailability interval
#> 21 MRT (based on AUClast) interval
#> 22 MRT (for IV dosing, based on AUClast) interval
#> 23 Vss (based on AUClast) interval
#> 24 Vss (for IV dosing, based on AUClast) interval
#> 25 Cav interval
#> 26 Cav interval
#> 27 Cav interval
#> 28 Ctrough interval
#> 29 Cstart interval
#> 30 Peak-to-trough ratio interval
#> 31 Tlag interval
#> 32 Degree of fluctuation interval
#> 33 Swing interval
#> 34 Ceoi interval
#> 35 AUC,above interval
#> 36 AUC,above interval
#> 37 Concentration count interval
#> 38 Measured concentration count interval
#> 39 Total dose interval
#> 40 Total Urine Volume interval
#> 41 Amount excreted interval
#> 42 Renal clearance (from AUClast) interval
#> 43 Renal clearance (from AUCinf,obs) interval
#> 44 Renal clearance (from AUCinf,pred) interval
#> 45 Fraction excreted interval
#> 46 Tlast excretion rate interval
#> 47 Maximum excretion rate interval
#> 48 Tmax excretion rate interval
#> 49 Sparse AUClast interval
#> 50 Sparse AUClast standard error interval
#> 51 Sparse AUClast degrees of freedom interval
#> 52 Time above Concentration interval
#> 53 AUClast (IV dosing) interval
#> 54 AUCall (IV dosing) interval
#> 55 AUCint,last (IV dosing) interval
#> 56 AUCint,all (IV dosing) interval
#> 57 AUCbext (based on AUClast) interval
#> 58 AUCbext (based on AUCall) interval
#> 59 AUCbext (based on AUCint,last) interval
#> 60 AUCbext (based on AUCint,all) interval
#> 61 Half-life interval
#> 62 $r^2$ interval
#> 63 $r^2_{adj}$ interval
#> 64 Correlation (time, log-conc) interval
#> 65 $\\lambda_z$ interval
#> 66 First time for $\\lambda_z$ interval
#> 67 Last time for $\\lambda_z$ interval
#> 68 Number of points used for lambda_z interval
#> 69 Clast,pred interval
#> 70 Span ratio interval
#> 71 Effective half-life (based on MRT,last) interval
#> 72 Effective half-life (for IV dosing, based on MRTlast) interval
#> 73 Kel (based on AUClast) interval
#> 74 Kel (for IV dosing, based on AUClast) interval
#> 75 AUCinf,obs interval
#> 76 AUCinf,pred interval
#> 77 AUMC,inf,obs interval
#> 78 AUMC,inf,pred interval
#> 79 AUCint (based on AUCinf,obs extrapolation) interval
#> 80 AUCint (based on AUCinf,obs extrapolation, dose-aware) interval
#> 81 AUCint (based on AUCinf,pred extrapolation) interval
#> 82 AUCint (based on AUCinf,pred extrapolation, dose-aware) interval
#> 83 AUCinf,obs (IV dosing) interval
#> 84 AUCinf,pred (IV dosing) interval
#> 85 AUCbext (based on AUCinf,obs) interval
#> 86 AUCbext (based on AUCinf,pred) interval
#> 87 AUCpext (based on AUCinf,obs) interval
#> 88 AUCpext (based on AUCinf,pred) interval
#> 89 CL (based on AUCinf,obs) interval
#> 90 CL (based on AUCinf,pred) interval
#> 91 MRT (based on AUCinf,obs) interval
#> 92 MRT (based on AUCinf,pred) interval
#> 93 MRT (for IV dosing, based on AUCinf,obs) interval
#> 94 MRT (for IV dosing, based on AUCinf,pred) interval
#> 95 MRT (for multiple dosing, based on AUCinf,obs) interval
#> 96 MRT (for multiple dosing, based on AUCinf,pred) interval
#> 97 Vz (based on AUCinf,obs) interval
#> 98 Vz (based on AUCinf,pred) interval
#> 99 Vss (based on AUCinf,obs) interval
#> 100 Vss (based on AUCinf,pred) interval
#> 101 Vss (for IV dosing, based on AUCinf,obs) interval
#> 102 Vss (for IV dosing, based on AUCinf,pred) interval
#> 103 Vss (for multiple-dose, based on Clast,obs) interval
#> 104 Vss (for multiple-dose, based on Clast,pred) interval
#> 105 Cav interval
#> 106 Cav interval
#> 107 Effective half-life (based on MRT,obs) interval
#> 108 Effective half-life (based on MRT,pred) interval
#> 109 Effective half-life (for IV dosing, based on MRT,obs) interval
#> 110 Effective half-life (for IV dosing, based on MRT,pred) interval
#> 111 Kel (based on AUCinf,obs) interval
#> 112 Kel (based on AUCinf,pred) interval
#> 113 Kel (for IV dosing, based on AUCinf,obs) interval
#> 114 Kel (for IV dosing, based on AUCinf,pred) interval
#> 115 AUClast (dose-normalized) interval
#> 116 AUCall (dose-normalized) interval
#> 117 AUCinf,obs (dose-normalized) interval
#> 118 AUCinf,pred (dose-normalized) interval
#> 119 AUMC,last (dose-normalized) interval
#> 120 AUMC,all (dose-normalized) interval
#> 121 AUMC,inf,obs (dose-normalized) interval
#> 122 AUMC,inf,pred (dose-normalized) interval
#> 123 Cmax (dose-normalized) interval
#> 124 Cmin (dose-normalized) interval
#> 125 Clast (dose-normalized) interval
#> 126 Clast,pred (dose-normalized) interval
#> 127 Cav (dose-normalized) interval
#> 128 Ctrough (dose-normalized) interval
#> 129 Renal clearance (from AUClast) (dose-normalized) interval
#> 130 Renal clearance (from AUCinf,obs) (dose-normalized) interval
#> 131 Renal clearance (from AUCinf,pred) (dose-normalized) interval
#> desc
#> 1 Starting time of the interval
#> 2 Ending time of the interval (potentially infinity)
#> 3 The area under the concentration time curve from the beginning of the interval to the last concentration above the limit of quantification
#> 4 The area under the concentration time curve from the beginning of the interval to the last concentration above the limit of quantification plus the triangle from that last concentration to 0 at the first concentration below the limit of quantification
#> 5 The area under the concentration time moment curve from the beginning of the interval to the last concentration above the limit of quantification
#> 6 The area under the concentration time moment curve from the beginning of the interval to the last concentration above the limit of quantification plus the moment of the triangle from that last concentration to 0 at the first concentration below the limit of quantification
#> 7 The area under the concentration time curve in the interval extrapolating from Tlast to infinity with zeros (matching AUClast)
#> 8 The area under the concentration time curve in the interval extrapolating from Tlast to infinity with zeros (matching AUClast) with dose-aware interpolation/extrapolation of concentrations
#> 9 The area under the concentration time curve in the interval extrapolating from Tlast to infinity with the triangle from Tlast to the next point and zero thereafter (matching AUCall)
#> 10 The area under the concentration time curve in the interval extrapolating from Tlast to infinity with the triangle from Tlast to the next point and zero thereafter (matching AUCall) with dose-aware interpolation/extrapolation of concentrations
#> 11 Initial concentration after an IV bolus
#> 12 Maximum observed concentration
#> 13 Minimum observed concentration
#> 14 Time of the maximum observed concentration
#> 15 Time of the last concentration observed above the limit of quantification
#> 16 Time of the first concentration above the limit of quantification
#> 17 The last concentration observed above the limit of quantification
#> 18 Clearance or observed oral clearance calculated to Clast
#> 19 Clearance or observed oral clearance calculated with AUCall
#> 20 Bioavailability or relative bioavailability
#> 21 The mean residence time to the last observed concentration above the LOQ
#> 22 The mean residence time to the last observed concentration above the LOQ correcting for dosing duration
#> 23 The steady-state volume of distribution calculating through Tlast
#> 24 The steady-state volume of distribution with intravenous infusion calculating through Tlast
#> 25 The average concentration during an interval (calculated with AUClast)
#> 26 The average concentration during an interval (calculated with AUCint.last)
#> 27 The average concentration during an interval (calculated with AUCint.all)
#> 28 The trough (end of interval) concentration
#> 29 The predose concentration
#> 30 Peak-to-Trough ratio (fraction)
#> 31 Lag time
#> 32 Degree of fluctuation
#> 33 Swing relative to Cmin
#> 34 Concentration at the end of infusion
#> 35 The area under the concentration time the beginning of the interval to the last concentration above the limit of quantification plus the triangle from that last concentration to 0 at the first concentration below the limit of quantification, with a concentration subtracted from all concentrations and values below zero after subtraction set to zero
#> 36 The area under the concentration time the beginning of the interval to the last concentration above the limit of quantification plus the triangle from that last concentration to 0 at the first concentration below the limit of quantification, with a concentration subtracted from all concentrations and values below zero after subtraction set to zero
#> 37 Number of non-missing concentrations for an interval
#> 38 Number of measured and non BLQ/ALQ concentrations for an interval
#> 39 Total dose administered during an interval
#> 40 The sum of urine volumes for the interval
#> 41 The amount excreted (typically into urine or feces)
#> 42 The renal clearance calculated using AUClast
#> 43 The renal clearance calculated using AUCinf,obs
#> 44 The renal clearance calculated using AUCinf,pred
#> 45 The fraction of the dose excreted
#> 46 The midpoint collection time of the last measurable excretion rate (typically in urine or feces)
#> 47 The maximum excretion rate (typically in urine or feces)
#> 48 The midpoint collection time of the maximum excretion rate (typically in urine or feces)
#> 49 For sparse PK sampling, the area under the concentration time curve from the beginning of the interval to the last concentration above the limit of quantification
#> 50 For sparse PK sampling, the standard error of the area under the concentration time curve from the beginning of the interval to the last concentration above the limit of quantification
#> 51 For sparse PK sampling, the standard error degrees of freedom of the area under the concentration time curve from the beginning of the interval to the last concentration above the limit of quantification
#> 52 Time above a given concentration
#> 53 The AUClast calculated with back-extrapolation for intravenous dosing using extrapolated C0
#> 54 The AUCall calculated with back-extrapolation for intravenous dosing using extrapolated C0
#> 55 The AUCint,last calculated with back-extrapolation for intravenous dosing using extrapolated C0
#> 56 The AUCint,all calculated with back-extrapolation for intravenous dosing using extrapolated C0
#> 57 The back-extrapolation percent for intravenous dosing based on AUClast
#> 58 The back-extrapolation percent for intravenous dosing based on AUCall
#> 59 The back-extrapolation percent for intravenous dosing based on AUCint,last
#> 60 The back-extrapolation percent for intravenous dosing based on AUCint,all
#> 61 The (terminal) half-life
#> 62 The r^2 value of the half-life calculation
#> 63 The adjusted r^2 value of the half-life calculation
#> 64 Correlation between time and log-concentration for lambda.z points
#> 65 The elimination rate of the terminal half-life
#> 66 The first time point used for the calculation of half-life
#> 67 The last time point used for the calculation of half-life
#> 68 The number of points used for the calculation of half-life
#> 69 The concentration at Tlast as predicted by the half-life
#> 70 The ratio of the half-life to the duration used for half-life calculation
#> 71 The effective half-life (as determined from the MRTlast)
#> 72 The effective half-life (as determined from the intravenous MRTlast)
#> 73 Elimination rate (as calculated from the MRT using AUClast)
#> 74 Elimination rate (as calculated from the intravenous MRTlast)
#> 75 The area under the concentration time curve from the beginning of the interval to infinity with extrapolation to infinity from the observed Clast
#> 76 The area under the concentration time curve from the beginning of the interval to infinity with extrapolation to infinity from the predicted Clast
#> 77 The area under the concentration time moment curve from the beginning of the interval to infinity with extrapolation to infinity from the observed Clast
#> 78 The area under the concentration time moment curve from the beginning of the interval to infinity with extrapolation to infinity from the predicted Clast
#> 79 The area under the concentration time curve in the interval extrapolating from Tlast to infinity with zeros (matching AUClast)
#> 80 The area under the concentration time curve in the interval extrapolating from Tlast to infinity with zeros (matching AUClast) with dose-aware interpolation/extrapolation of concentrations
#> 81 The area under the concentration time curve in the interval extrapolating from Tlast to infinity with the triangle from Tlast to the next point and zero thereafter (matching AUCall)
#> 82 The area under the concentration time curve in the interval extrapolating from Tlast to infinity with the triangle from Tlast to the next point and zero thereafter (matching AUCall) with dose-aware interpolation/extrapolation of concentrations
#> 83 The AUCinf,obs calculated with back-extrapolation for intravenous dosing using extrapolated C0
#> 84 The calculated with back-extrapolation for intravenous dosing using extrapolated C0
#> 85 The back-extrapolation percent for intravenous dosing based on AUCinf,obs
#> 86 The back-extrapolation percent for intravenous dosing based on AUCinf,pred
#> 87 Percent of the AUCinf that is extrapolated after Tlast calculated from the observed Clast
#> 88 Percent of the AUCinf that is extrapolated after Tlast calculated from the predicted Clast
#> 89 Clearance or observed oral clearance calculated with observed Clast
#> 90 Clearance or observed oral clearance calculated with predicted Clast
#> 91 The mean residence time to infinity using observed Clast
#> 92 The mean residence time to infinity using predicted Clast
#> 93 The mean residence time to infinity using observed Clast correcting for dosing duration
#> 94 The mean residence time to infinity using predicted Clast correcting for dosing duration
#> 95 The mean residence time with multiple dosing and nonlinear kinetics using observed Clast
#> 96 The mean residence time with multiple dosing and nonlinear kinetics using predicted Clast
#> 97 The terminal volume of distribution using observed Clast
#> 98 The terminal volume of distribution using predicted Clast
#> 99 The steady-state volume of distribution using observed Clast
#> 100 The steady-state volume of distribution using predicted Clast
#> 101 The steady-state volume of distribution with intravenous infusion using observed Clast
#> 102 The steady-state volume of distribution with intravenous infusion using predicted Clast
#> 103 The steady-state volume of distribution for nonlinear multiple-dose data using observed Clast
#> 104 The steady-state volume of distribution for nonlinear multiple-dose data using predicted Clast
#> 105 The average concentration during an interval (calculated with AUCint.inf.obs)
#> 106 The average concentration during an interval (calculated with AUCint.inf.pred)
#> 107 The effective half-life (as determined from the MRTobs)
#> 108 The effective half-life (as determined from the MRTpred)
#> 109 The effective half-life (as determined from the intravenous MRTobs)
#> 110 The effective half-life (as determined from the intravenous MRTpred)
#> 111 Elimination rate (as calculated from the MRT with observed Clast)
#> 112 Elimination rate (as calculated from the MRT with predicted Clast)
#> 113 Elimination rate (as calculated from the intravenous MRTobs)
#> 114 Elimination rate (as calculated from the intravenous MRTpred)
#> 115 Dose normalized auclast
#> 116 Dose normalized aucall
#> 117 Dose normalized aucinf.obs
#> 118 Dose normalized aucinf.pred
#> 119 Dose normalized aumclast
#> 120 Dose normalized aumcall
#> 121 Dose normalized aumcinf.obs
#> 122 Dose normalized aumcinf.pred
#> 123 Dose normalized cmax
#> 124 Dose normalized cmin
#> 125 Dose normalized clast.obs
#> 126 Dose normalized clast.pred
#> 127 Dose normalized cav
#> 128 Dose normalized ctrough
#> 129 Dose normalized clr.last
#> 130 Dose normalized clr.obs
#> 131 Dose normalized clr.pred
#>
