Update a group of configs, i.e. pipeline, single-sample, or integration.
Source:R/config_update.R
update_config_group.Rd
Update a group of configs, i.e. pipeline, single-sample, or integration.
Arguments
- dir
A character scalar:
For
update_pipeline_config()
: a path to directory withpipeline.default.yaml
file.For
update_single_sample_configs()
: a path to directory with00_main.default.yaml
,01_input_qc.default.yaml
,02_norm_clustering.default.yaml
,cluster_markers.default.yaml
, andcontrasts.default.yaml
files.For
update_integration_configs()
: a path to directory with00_main.default.yaml
,01_integration.default.yaml
,02_int_clustering.default.yaml
,cluster_markers.default.yaml
, andcontrasts.default.yaml
files.
- ...
Passed to
update_config()
.