Modeled the PK data from IV and PO (three doses same in both iv and po) dosing in different animals by 2 compartment IV and Oral graphical model with Michaelis-Menten clearance. Got all the parameters V1, V2, Vmax, Km, Cl2, Ka and F.
I am not able to interpret the value of F which is 0.64.
As the drug follows non-linear kinetics the bioavailability will vary with dose (dose dependent) and will be low at lower doses and high (because of enzyme saturation) at higher doses. How to interpret the value of 0.64.
When i perform the NCA of lower dose (both oral and IV) the bioavailability calculated is 0.22 (Mean).
If you know that the bioavailability changes with dose and therefore with concentration, you should model that.
Instead of putting F as a component of the dosepoint, you should not define F there but directly in the differential equation deriv(Aa=-KaAa) and deriv(A1=FKa*Aa…).
Now, instead of F, you put the relationship that includes the predicted concentration and the trend you just defined, for example F=Fbase*(1+emax*C/C+EC50)) . Now this equation is a little bit risky and it is not guaranteed you will be between 0 and 1 at each time.
You could then shift to the logit domain to insure that you stay between 0 and 1
F=ilogit(Fbase*(1+emax*C/(C+EC50)))
Placebo would give you the lower bound, (ilogit(Fbase) and ilogit(Fbase*(1+emax)) the upper bound.
Now the F you got is a sort of average but you can ask the Bayesian estimates by using the add table and click on structural parameters. You will get F for each patient. This can help you establishing the trend.
This is just an idea where you try to model the trend you expect.
I am not sure NCA is the right tool to get that trend but only a model based analysis.
The bioavailability shows up for subjects dosed i.v also but the value is constant. How to read the F value in subjects dosed with i.v?
In the model i have Vmax and Km parameters for non-linear clearance. Is the ratio of Vmax / Km equals to intrinsic clearance or total clearance ? Please explain ?
I used this model for two species, and scaled up the obtained pk parameters ( V1, V2, Vmax, CL2) to higher species , based on body weight, and put them in the initial estimates to simulate. Now what value should i chose for random effects ? A value of 0.1 for all the parameters is OK?
If i remove the iv data from the model and only model the oral data, Will Vmax be considered as apparent value i.e., Vmax / F ??
Can i estimate the fraction escaping the gut using the above model from intravenous and oral data?