dco_expandPatterns | R Documentation |
Expand columns which have a specified pattern
dco_expandPatterns(dco, pe)
dco |
dco without meta columns |
pe |
pe. If meta$emtaInformation$petab_columns specification present, this information will be used to generate new columns Example: pe$meta$emtaInformation$petab_columns = list(replicateId = "replicate_gel_experiment", conditionId = "cellline_stimulus") will split a) the replicateId column into three columns called "replicate", "gel" and "experiment" which are added to the dco b) the conditionId column into cellline and stimulus |
dco
Daniel Lill (daniel.lill@physik.uni-freiburg.de)
Other dco:
petab_joinDCO()
,
petab_mutateDCO()
,
petab_unjoinDCO()
Other metaInformation:
petab_metaInformation_getPatterns()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.