Evaluate formulas according to parameters, given in the condition data.frame

constructFormulas(formulas, conditions)

Arguments

formulas

list, generated by MeanFormulas

conditions

a data.frame; the first column corresponds to to names(formulas), conditions given by the formulas. Other columns, if exist, contain parameter values, which are sample specific. The order of rows corresponds to the order of samples.

Value

list; formulas with substituted parameters according to the values in the conditions data.frame