Extrapolation of Papp to specific intestinal permeability - how to activate the customized calibration method in PK-Sim? #862
|
Hi OSP community, Can anyone help me with advice on how to input experimental apparent permeability (Papp) values for investigated compound + reference compound in PK-Sim? Manual states: (https://docs.open-systems-pharmacology.org/working-with-pk-sim/pk-sim-documentation/pk-sim-compounds-definition-and-work-flow#adme-properties --> ADME properties --> absorption --> Calculation of Specific Intestinal Permeabilities) "In addition to the calculated specific intestinal permeability, experimentally determined permeabilities, e.g. from Caco-2-cell permeability assays can be used. However, due to the large inter-laboratory variability in Caco-2 permeations, a proper calibration of the measured in vitro values and the calculated in silico permeabilities for a defined set of compounds is necessary. If experimentally determined values for intestinal permeabilities are available and the customized calibration method has been implemented in PK-Sim®, this option is then available in the drop-down menu in the Calculation methods window." I am unable to find the " drop-down menu in the Calculation methods window." specified in the instructions above. Answers to any of these questions would additionally be helpful: Which reference compounds has the Papp calibration performed for in PK-Sim? (low - medium - high permeability) Thanks! |
Replies: 9 comments 1 reply
|
Dear @irina-antonescu , Hope this screenshot will help:
Required Infos on your additional questions can be found in the listed publications. Hope this helps, |
|
Dear @irina-antonescu , the different values shown in @StephanSchaller's plot are calculated from different lipophilicity values. If you add another value for the drug's lipophilicty, a second calculated value for the specific intestinal permeability will be displayed. Currently, there's no option in PK-Sim to input experimental apparent permeability (Papp) values and convert that into a specific intestinal permeability. I remember this issue has been discussed some time ago here, maybe that helps. André |
|
Dear @AndreDlm, Thanks for the clarification. I agree it would be good to remove that. Irina |
|
In fact PK-Sim has built-in calibration for CACO/PAMPA assays in the form The only problem is that the calibration parameters (m and b) are currently hidden in PK-Sim and thus cannot be changed by user. I have just created an issue in PK-Sim for this (Open-Systems-Pharmacology/PK-Sim#1631) As per default calibration parameters are defined as If you export a simulation from PK-Sim to MoBi you can see this calculation (and parameters are accessible :)) Setting calibration parameters to visible will enable users to perform the calibration directly in PK-Sim. |
|
@Yuri05 thanks for your guidance, good to know how I can use MoBi & see all the equations behind the estimations! Now I understand that what you (the manual) mean by calibration is "in vitro in vivo extrapolation" from Caco-2/PAMPA to human. So the user can do it from scratch and edit the "Intestinal permeability (transcellular)" equation in PK-Sim. However, one important thing is that for Caco-2 there are both transcellular and paracellular components included in the Papp value, so then the paracellular part should remain set to 0 (I think that is the default setting in PK-Sim) and not be refined. What I originally thought was meant by calibration was that an Caco-2/PAMPA to human IVIVE equation is already embedded in PK-Sim, but the user can calibrate (or adjust) our own experimental Papp with the Papp of a reference compound (one that is included in the IVIVE equation in PK-Sim), to account for the interlaboratory differences between that user's lab and the lab that performed the IVIVE embedded in PK-Sim. |
|
@Yuri05 @StephanSchaller any plans for a paracellular permeation model to be added to PK-Sim any time soon? It can be an important absorption route for quite a lot of permeability-limited drugs (BCS class III and IV) and it is also biased for drugs according to ionization state. There are some paracellular models out there where quite a lot of physiology parameters (pore size, porosity, potential drop) are refined e.g for human jejunum or Caco-2. I can provide specific examples if needed :-) |




In fact PK-Sim has built-in calibration for CACO/PAMPA assays in the form
Intestinal permeability (transcellular) = 10 ^ (m * log10 (Specific intestinal permeability (transcellular)) + b)(with assay-specific calibration parameters
mandb)The only problem is that the calibration parameters (m and b) are currently hidden in PK-Sim and thus cannot be changed by user. I have just created an issue in PK-Sim for this (Open-Systems-Pharmacology/PK-Sim#1631)
As per default calibration parameters are defined as
m=1andb=0which corresponds to "no calibration":Intestinal permeability (transcellular) = Specific intestinal permeability (transcellular)If you export a simulation from PK-Sim to Mo…