XMt_func: Calculation of concentrations of reaction components in ITC...

Description Usage Arguments Value References See Also Examples

Description

The XMt_func function calculates concentrations of reaction components in ITC cell after each injection based on the input ITC parameters. The molar ratio of the two binding components after each injection is also calculated. This value is usually used as the x-axis in ITC plots. This function is used in ITC simulations and plots.

Usage

1
2
XMt_func(stapar = list(P0 = 0.01, L0 = 0, Asyr = 0.2, 
V0 = 1.4195), injV0)

Arguments

stapar

A list of four parameters:

P0, The initial protein concentration in ITC cell, in mM;

L0, The initial ligand concentration in ITC cell, in mM;

Asyr, The initial ligand concentration in syringe, in mM;

V0, The volume of ITC cell, in ml;

injV0

A vector of injection volumes for each ITC injection, in ul

Value

A list with three vectors:

Mt

vector of protein concentration in cell after each injection

Xt

vector of ligand concentration in cell after each injection

XMt

vector of molar ratio [ligand]/[protein] in cell after each injection

References

Freire, E. 1998 Statistical thermodynamic linkage between conformational and binding equilibria. Adv. Protein Chem 51, 255-279.

Tellinghuisen, J. 2007 Calibration in isothermal titration calorimetry: heat and cell volume from heat of dilution of NaCl(aq). Anal. Biochem 360, 47-55.

See Also

itcONE11

Examples

1
2
3
4
5
a <- list(P0=0.01, L0=0, Asyr=0.2, V0=1.4195);

injv <- rep(10,30);

dh2 <- XMt_func(stapar=a, injV0=injv);

Example output

Loading required package: minpack.lm

Ritc documentation built on May 2, 2019, 5:42 a.m.

Related to XMt_func in Ritc...