dco_expandPatterns: Expand columns which have a specified pattern

View source: R/PEtab.R

dco_expandPatternsR Documentation

Expand columns which have a specified pattern

Description

Expand columns which have a specified pattern

Usage

dco_expandPatterns(dco, pe)

Arguments

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

Value

dco

Author(s)

Daniel Lill (daniel.lill@physik.uni-freiburg.de)

See Also

Other dco: petab_joinDCO(), petab_mutateDCO(), petab_unjoinDCO()

Other metaInformation: petab_metaInformation_getPatterns()


dlill/petab documentation built on Oct. 9, 2022, 3:07 p.m.