After assaying a number of compounds for inhibitory activity, I am now using GraphPad to globally fit nonlinear regression curves and determine the mechanism of action. It seems that two of the inhibitors are displaying cooperativity in binding. I have therefore modified the curve fitting equations by adding Hill coefficients (h), as shown below:
Competitive inhibition:
KmObs=Km(1+[I]^h/Ki^h)
Y=Vmax*X/(KmObs+X)
KmObs=observed Km at a fixed [inhibitor]
[I] = inhibitor concentration
X = substrate concentration
Y = enzyme velocity
Ki = inhibition constant
h = Hill coefficient
This has resulted in much better fits for my data, however I can't help feeling that I am artificially making the equation fit the data. As with substrate-binding equations, I have applied the Hill coefficient to the inhibitor concentration terms (X). The part that I am unsure about is whether to apply the Hill coefficient to the Ki. In the substrate-binding form of the Hill equation, the coefficient is not applied to the Km, but I have seen one paper, which did apply it to the Ki: https://www.researchgate.net/publication/233767299_A_Designed_Inhibitor_of_a_CLC_Antiporter_Blocks_Function_through_a_Unique_Binding_Mode.
The curves fit very well, whether I apply the Hill coefficient to the Ki or not, however, I only get a sensible value for the Ki, if the Hill coefficient is applied to it.
I have a similar problem with a slow-binding inhibitor. I have fit a curve with a R-squared value of 0.997 using the following equation:
k3/k4 k5/k6
E + I - - - > EI - - -> EI*
k3 describes initial binding and k5 describes isomerisation to a more tightly-bound enzyme-inhibitor complex (k4 and k6 are constants for the reverse process).
Equation:
Y=k6+((k5*X^h)/(Kiapp+X^h))
Y=kobs (-(ln(fractional velocity))/time); X=inhibitor concentration; h= Hill coefficient
Again, I am not sure if the hill coefficient should be applied to the apparent Ki (Kiapp), k5 and k6 parameters.
Does anyone have experience of this? What are your thoughts?
I would also appreciate it if anyone could direct me to a reliable source of inhibitor equations that take cooperativity into account. .
Article A Designed Inhibitor of a CLC Antiporter Blocks Function thr...