run synthesis analysis.
runSynthesisAnalysis(
fadata,
toDo,
R2Thr = R2Thr,
maxiter = maxiter,
maxconvergence = maxconvergence,
D1 = D1,
D2 = D2,
P = P,
startpoints = startpoints,
parameters = FAMetA::parameters,
verbose = TRUE
)De novo-synthesis analysis results.
fadata containing synthesis results.
fatty acids to analyse.
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.
parameters to be estimated for each fatty acid. It can be modified to change them or to add new fatty acids (adding new rows).
print information messages.
M Isabel Alcoriza-Balaguer <maribel_alcoriza@iislafe.es>