I need help fitting a family of association kinetic curves.
<A>Radioligand=1.0e-9 <B>Radioligand=3.0e-9 Kob=Radioligand*Kon + Koff Kd=Koff/Kon Ymax=Radioligand*Bmax/(Radioligand+Kd) Y=Ymax*(1-exp(-1*Kob*X)
Rather than define radioligand within the equation, you can leave it as a parameter and then (in the Constraints tab) tell Prism to make the parameter Radioligand a dataset constant, and so get its value for each data set from the column title in the data table. In this case, the equation would look like:
Kob=Radioligand*Kon + Koff Kd=Koff/Kon Ymax=Radioligand*Bmax/(Radioligand+Kd Y=Ymax*(1-exp(-1*Kob*X)