This page demonstrates how to determine whether data better fits a model where the radioactive ligand binds to one-site or two-sites.
Two site binding is likely to occur in a competition experiment under the following conditions:
The characteristics of a competition curve with one-site binding are a sigmoid curve with:
The characteristics of a competition curve with two-site binding is a sigmoid curve with

There are two ways of doing nonlinear regression analyzing a two-site competition curve:
Where Span = Top - Bottom of curve
X = Log Concentration of unlabeled drug
Y = Amount of Radiolabeled ligand bound
Fraction1 = Fraction of total binding that is Site 1
1-Fraction1 = Fraction of total binding that is Site 2
Log IC501 and Log IC502 are the IC50 values for site one
and two.
This equation assumes that both binding sites have an equal affinity for radioligand.
This equation will allow you to determine the Log IC50 for the two sites as well as the % of the binding sties that have the log affinity and high affinity for the unlabeled ligand.
Where X = log of concentration of unlabeled drug
Y = Amount of radiolabeled drug bound
Top = top of the curve
Bottom = bottom of the curve
Hill slope is the slope of the curve
This equation gives one IC50 value and the slope of the line (Hill slope). As indicated above the slope of the line will be close to one if the data best fits a one-site model and less than 1 if the data best fits a two site model.
The Bylund plot is a plot of Bound vs. Bound X Inhibitor concentration using the equation (Analytical Biochem. 159:50-57, 1986)

Where B1 = binding to site1
B2 = binding to site 2
I = concentration of inhibitor
IC501 = IC50 for site 1
IC502 = IC50 for site 2
Bo1 = binding to site 1 in the absence of inhibitor
Bo2 = binding to site 2 in the absence of inhibitor
The graph from a sample two-site fit are shown below. The dashed blue lines indicate the individual fits for the two sites.

Notice how the graph is curved for a two site fit, but linear for a one-site fit. Like the Rosenthal Plot this graph can be used to visualize a two-site fit. The most accurate analysis of the data comes from nonlinear regression analysis using the equation for a sigmoid curve.
An F-test is used to determine whether the data fits a one-site model better than a two site model.
The F-test is used to compare fits to the one-site and the two-site model. The computer program Prism (GraphPad, Inc.) will do this automatically. The basic steps are
![]()
where SS1 = sum of squares for one-site fit
SS2 = sum of squares for two-site fit
DF1 = degrees of freedom for one-site fit
DF2 = degrees of freedom for two-site fit
If model 1 (one-site fit) is correct, what is the chance that you would randomly obtain data that fits model 2 (two-site fit) much better?

The data was analyzed with both a one-site and two-site fit and gave the following results:
SS1 = 17050
SS2 = 1.923 x 10-7
DF1 = 27
DF2 = 25
Applying this data to the F equation gives:
F = 1.109 x 1012
P = < 0.0001
This means the data fit a two-site model better than a one-site model.