petabYaml: Gather all filenames in the list structure of a petab.yaml

View source: R/PEtab.R

petabYamlR Documentation

Gather all filenames in the list structure of a petab.yaml

Description

Gather all filenames in the list structure of a petab.yaml

Usage

petabYaml(
  parameter_file = NULL,
  condition_files = NULL,
  measurement_files = NULL,
  observable_files = NULL,
  sbml_files = NULL,
  visualization_files = NULL,
  meta_file = NULL,
  metaInformation_file = NULL,
  filename = NULL
)

Arguments

condition_files, measurement_files, observable_files, sbml_files, visualization_files, meta_file, metaInformation_file, parameter_file

file.path of length 1 or NULL

filename

file.path to write yaml to

Value

list of these objects, with sublist "problems"

Author(s)

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

See Also

Other petab_files: petab_files_default()

Examples

petabYaml(parameter_file = "wup", 
condition_files = NULL, 
measurement_files = "bla", 
observable_files = NULL, 
sbml_files = NULL, 
visualization_files = NULL,
meta_file = NULL, 
metaInformation_file = "bam", filename = "bla.yaml")

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