Origin Version (Select Help-->About Origin): 7.0220(B220) Operating System: Windows XP Professional
I have plotted a Dose-response curve and gonna fit with the IC50 function. What I am trying to do is to fix the Hill's coefficient to be "1" and fit the curve. After fitting, the curve doesn't fit well to data points of the drug concentrations I administered. Yet, when I tried to vary the Hill's coefficient, the curve fit well to the data points.
The problem is that I want to fix the Hill's coefficient to be "1" in order to make comparisons of different curves. Is there any method I could do such that the curves can fit well with fixed Hill's Coef. to be "1" while at the same time the y-axis fit in the range between 0 and 1? Seemingly there's no way to set the y values but the x values instead in the IC50 function.
Fixing a parameter can constrain a function in a way that may make it impossible to get a good fit. In the case of a Hill function: y = Vmax * x^n / (k^n + x^n) fixing the Hill coefficient to 1 turns the whole equation into a hyperbola: y = Vmax * x / (k + x) Unless your data really is a hyperbola (not that common in dose-response since you'd like to know the low dose effect and not just the high ramp of high dose effect), you might try this in Origin 7: Plot all the data you are interested in comparing. Open the fitter and select the Hill function. On the Action : Dataset page, click 'Fit Multiple Datasets' Click 'Add Data' until you have enough variables. Double-click the 'n' in Parameter Sharing to make it shared. Assign the variables and proceed with the fit. While the Hill Coefficient won't be constrained to 1 (which you could still do by unchecking the 'vary' next to 'n') all the data fits will now have the same Hill Coefficient value.
In Origin 8, you can choose Global Fit on the Data Selection page and then check the Shared box next to 'n' on the Parameters tab. (Origin 8 is much easier in that it automatically includes all curves in the fit.)