pe_L1_addL1ParsToExperimentalCondition | R Documentation |
Add parameter columns to experimentalCondition
pe_L1_addL1ParsToExperimentalCondition( pe, parameterId_base, conditionSpecL1_reference )
pe |
petab with non-Null pe$experimentalCondition$L1Spec column which serves a) subsetting and b) creating parameter names |
parameterId_base |
parameterIds to be L1'd |
conditionSpecL1_reference |
Vector of entries referring to L1Spec which are deemed the base condition |
petab with updated experimentalCondition: L1Spec is removed, L1 parameter columns are added
Daniel Lill (daniel.lill@physik.uni-freiburg.de)
Other petab L1:
L1_getParameterFormulaInjection()
,
pe_L1_createL1Problem()
,
pe_L1_updateParameterFormulaInjection()
pe <- petab_exampleRead("04") pe$experimentalCondition$L1Spec <- pe$experimentalCondition$conditionId pe_L1_addL1ParsToExperimentalCondition(pe, parameterId_base = c("kcat", "E"), conditionSpecL1_reference = "C1")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.