openNCA computation engine is an R package that provides for generation of pharmacokinetic parameter estimates using non-compartmental (NCA) pharmacokinetic analysis methods.
MIT License
27
stars
5
forks
source link
2020-09-01 tc1577_M1SS-2 AUCT is missing and resets for subsequent AUCT for first AUCT to include TAU1 #271
This testcase is the same as tc1577_M1SS-1, with the nominal 10 hour records removed. These records correspond with the TAU1, TOLD2 for profiles with two dosing intervals in this testcase. Both of these testcases are very similar to tc1577 and tc158.
For profiles with two dosing intervals (0-10h and 10-24h) the cumulative AUC (AUCT) is missing for the first AUCT to include TAU1. (i.e. AUC5 which is from 0h to ~11.5h). Note that CONC6 (concentration at ~11.5h) is not missing, so AUCT doesn't meet the conditions in the CE Specification for being missing. Output for tc1577_M1SS-2 shown below.
After this it appears to reset the AUCi accumulation, beginning from zero again. Output for tc1577_M1SS below, that shows the difference between AUC7 (AUC6 in tc1577_M1SS-2) and AUC6 (AUC5 in tc1577_M1SS-2). This supports the hypothesis that AUCT accumulation is reset.
Warning messages:
1: In run_computation(data = d, map = mct, flag = flags, ... :
Map 'OPTMIZEKEL' does not have a valid value! Not using KEL optmization for this computation
2: In run_M1_SS_computation(data = merged_data, map = map_data, ... :
Flag 'FLGEMESIS' is not present in the dataset
3: In run_M1_SS_computation(data = merged_data, map = map_data, ... :
Map 'OPTIMIZEKEL' does not have a valid value! Not using KEL optimization for this computation
4: In doTryCatch(return(expr), name, parentenv, handler) :
Missing concentration at TAU and/or TOLD for SDEID: '110358863'
5: In doTryCatch(return(expr), name, parentenv, handler) :
Missing concentration at TAU and/or TOLD for SDEID: '110358863'
... more of the same ...
28: In doTryCatch(return(expr), name, parentenv, handler) :
Missing concentration at TAU and/or TOLD for SDEID: '4245137068'
29: In doTryCatch(return(expr), name, parentenv, handler) :
Missing concentration at TAU and/or TOLD for SDEID: '4245137068'
30: In unit_conversion(data = data_data, map = map_data, result = computation_df, ... :
'AMOUNTU' #2# is not present in the dataset provided via 'map'
31: In unit_conversion(data = data_data, map = map_data, result = computation_df, ... :
'PKATPDU' and 'PKCNCU' #10# are not present in the dataset provided via 'map'
Issue
This testcase is the same as tc1577_M1SS-1, with the nominal 10 hour records removed. These records correspond with the TAU1, TOLD2 for profiles with two dosing intervals in this testcase. Both of these testcases are very similar to tc1577 and tc158.
For profiles with two dosing intervals (0-10h and 10-24h) the cumulative AUC (AUCT) is missing for the first AUCT to include TAU1. (i.e. AUC5 which is from 0h to ~11.5h). Note that CONC6 (concentration at ~11.5h) is not missing, so AUCT doesn't meet the conditions in the CE Specification for being missing. Output for tc1577_M1SS-2 shown below.
After this it appears to reset the AUCi accumulation, beginning from zero again. Output for tc1577_M1SS below, that shows the difference between AUC7 (AUC6 in tc1577_M1SS-2) and AUC6 (AUC5 in tc1577_M1SS-2). This supports the hypothesis that AUCT accumulation is reset.
Warnings provided below for extra information.