The input file contains the input parameters for ITC fitting to one to one binding model. This file is read in as a csv file. An example file "inputparam.txt" is provided in the ‘extdata’ subdirectory (folder). Keep the format when modifying.
Nine lines of data in three groups should be listed in the file:
The first group is one line, for the file name of the csv file exported from Origin7.
The second group is experimental set parameters including
P0: protein concentration in cell in mM (the binding partner in cell even if it is not a protein)
L0: ligand concentration in cell in mM (the binding partner in syringe even if it is not ligand)
Asyr: ligand cocentration in syringe in mM (the binding partner in syringe even if it is not ligand)
V0: the volume of the ITC cell in ml
The third group is estimates of the fitting parameters including
K: the binding constant in 1/M
DH: the binding enthalpy in cal/mole
N: the binding stoichiometry ratio, ligand/protein
HD: heat of dilution in ucal for each injection
The following 9 non-blank lines are the content of the inputparam.txt file:
file_name, B110711CD4.CSV
P0, 0.00159
L0, 0
Asyr, 0.0181
V0, 1.4347
K, 3E7
DH, -65000
HD, 0.05
N, 0.9
The output file name should not be the same as existing file names, otherwise it will be overwritten. This can happen especially when calling the function repeatly with the same second argument.