> Hysterical Raisins.
> Back in the bad old days, it was hard to do stuff like fitting
[quoted text clipped - 24 lines]
> Cheers,
> Tony.
I tend to aggree, Tony... The data I'm working with is for my
primary research. I've been told by another postdoc that doing
anything more than using the linear fit to get an initial velocity is
a 'complete and utter waste of time.' I believe that he's wrong.
I'm just trying to look for a good physical basis for writing a
meaningful fitting equation.
In my experiment, a chromogenic substrate is cleaved by a certain
enzyme. The substrate changes it's absorbance wavelength when it is
cleaved. I simply monitor the absorbance as a function of time to
'see' what's going on. I've done this experiment many times in the
presence of different concentrations of a certain inhibitor (as well
as in the absence of the inhibitor). I'm at a bit of a loss as to
what fitting equation I should use for any ONE set of this data (that
is, the decrease in the substrate's absorbance as a function of time -
at a certain enzyme and inhibitor concentration). If I'm able to get
a reasonable equation to fit one curve, I don't see why I can't fit
all the curves simultaneously (using matlab) and generate a plot to
determine a Ki value...
Thanks again.
Bob - 12 Apr 2004 02:25 GMT
>I tend to aggree, Tony... The data I'm working with is for my
>primary research. I've been told by another postdoc that doing
>anything more than using the linear fit to get an initial velocity is
>a 'complete and utter waste of time.' I believe that he's wrong.
>I'm just trying to look for a good physical basis for writing a
>meaningful fitting equation.
At least for the sake of discussion, let me agree with your post-doc
colleague. My basic point/question is why do you want to make things
more complicated?
The more of the curve you use, the more assumptions you have to make.
S is no problem. But you also have to assume that all other conditions
relevant to your enzyme are constant. These would include things such
as pH and O2, and the assumption that your product does not affect the
enzyme. One reason for using the initial velocity is to minimize the
possible effect of these confounding variables.
If your intent is to explore these confounding variables, then
comparing the results calculated one way vs another may be
instructive. On the other hand, if you want to measure product
inhibition, why not just do it directly?
Using more data from the curve might in principle result in better
accuracy of result. But there are two cautions there. One is whether
that better accuracy is of any value to you. And the second is whether
the assumptions behind using the additional data are valid -- and if
you don't want to get into that then you are just kidding yourself by
using the extra data.
Keep it simple. Use initial velocity unless... ???
bob
r norman - 12 Apr 2004 03:02 GMT
>>I tend to aggree, Tony... The data I'm working with is for my
>>primary research. I've been told by another postdoc that doing
[quoted text clipped - 27 lines]
>
>Keep it simple. Use initial velocity unless... ???
There is another reason to keep it simple. If you use initial
velocity, the don't have to explain anything. If you use a more
complex method, you are going to have to describe exactly what you did
in your materials and methods section and then justify exactly why you
modeled your equation exactly the way you did including describing all
the assumptions that are either explicit or hidden and show just how
you know all your assumptions are valid. Then you have to describe
just what algorithm you used for the non-linear fit and run the
gauntlet of the referees possibly being more sophisticated in
numerical analysis than you and tearing down your methods!
Gregory Poon - 12 Apr 2004 06:37 GMT
It isn't clear to me why you'd want to fit the entire kinetic curve(s) in
the first place. Parameters such as Ki arise from the Michaelis-equation
which relates (presumably) the forward rate as a function of [S] and the
only true experimental measure of the forward rate is the initial velocity.
So even if you could fit the entire kinetic curve(s) (OD vs. time) to some
fancy exponential function the only relevant part is the initial slope.
Modelling the whole curve may allow you to test hypothesis on the catalytic
mechanism (e.g., presence of intermediates) but is quite unnecessary to get
at empirical parameters such as Ki.
On another note, the real advantage of nonlinear curve-fitting over fitting
linearized equations is statistical in nature. When you linearize
equations, you can severely skew the relative contibutions of the data
points to the fit, such that well-spaced data for the original equation can
exhibit highly skewed distributions in transformed scales and bias the
fitting. Lineweaver-Burke is particularly nasty on this count.
On yet another note, somebody mentioned semilog plots; if you were to be
really rigorous, rectangular hyperbolas such as Michaelis-Menten should be
fitted on a semilog scale, exactly the same as equilibrium binding curves,
again for the reason above. On a linear scale, the fitted Km can be very
unevenly bracketed by the measured data (because we're all try to make sure
we've reached vmax).

Signature
Gregory M. K. Poon, Ph.D., R.Ph., B.Sc.Phm.
Departments of Pharmaceutical Sciences and Chemical Engineering
University of Toronto
Toronto, ON M5S 2S2
> > Hysterical Raisins.
> > Back in the bad old days, it was hard to do stuff like fitting
[quoted text clipped - 46 lines]
>
> Thanks again.