petab_joinDCO | R Documentation |
conditionId is joined with simulationConditionId
petab_joinDCO(pe, FLAGincludeMetaInformation = TRUE)
petab |
petab |
data.table
Daniel Lill (daniel.lill@physik.uni-freiburg.de)
Other dco:
dco_expandPatterns()
,
petab_mutateDCO()
,
petab_unjoinDCO()
# Without metaInformation pe <- petab_exampleRead("01") dco <- petab_joinDCO(pe) bla <- petab_unjoinDCO(dco,pe) # With metaInformation including a "pattern" entry pe <- petab_exampleRead("04") pe <- petab_mutateDCO(pe, i = conditionId == "C1", j = `:=`(conditionId = "cell1_dose1")) pe <- petab_mutateDCO(pe, i = conditionId == "C2", j = `:=`(conditionId = "cell1_dose2")) pe$meta$metaInformation <- list(experimentalCondition = list(conditionId = list(pattern = "celltype_dose"))) dco <- petab_joinDCO(pe) dco
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.