estimate synthesis parameters.
estimateSynthesis(
fa,
M,
R2Thr = 0.9,
maxiter = 1000,
maxconvergence = 100,
D1 = NA,
D2 = NA,
P = NA,
startpoints = 5
)De novo-synthesis and elongation analysis results.
data frame with isotope intensities for a FA. First two columns correspond to Compound and Label information.
total number of carbons for the FA.
positive numeric between 0 and 1 specifying the minimum R2 allowed for fits.
parameter passed to nls.control. Positive integer specifying the maximum number of iterations allowed.
positive integer specifying the maximum number of successes before choosing the winning model.
positive numeric vector with values between 0 and 1 specifying the contribution of acetate M+1. If NA it is estimated.
positive numeric vector with values between 0 and 1 specifying the contribution of acetate M+2. If NA it is estimated.
overdispersion parameter. If NA it is estimated (quasi-multinomial distribution). If set to 0, no overdispersion is assumed (multinomial distribution).
positive integer specifying the number of starting points for each parameter to be estimated.
M Isabel Alcoriza-Balaguer <maribel_alcoriza@iislafe.es>