Discriminates between sequential and ping-pong mechanisms and estimates the kinetic parameters.
bibi(data, unit_a = "mM", unit_b = "mM", unit_v = "ua", vice_versa = FALSE)A list with three elements: (i) a character vector giving the kinetic parameters Vmax, KiA, Km_A and Km_B values; (ii) a numeric vector giving the apparent inverse of Vmax for each concentration of substrate B (intercepts of primary representation); and (iii) a numeric vector giving the apparent specificity constant for each concentration of substrate B (slopes from primary representations).
either a dataframe or the path to a text file containing the data (see details).
concentration unit for substrate A.
concentration unit for substrate B.
velocity unit.
logical. When FALSE the variable substrate is A. If TRUE, then the variable substrate is B.
Either the txt file or the dataframe containing the data must conform to the following format: a table with three columns and as many rows as conditions were assessed. The first and second columns are named 'a' and 'b' and they give the concentrations for substrate A and B, respectively. The third column, named 'rate', provides the assessed rates.