This will overwrite project files by the package-bundled ones:
RMarkdown documents in
Rmd/Initial scripts for
drake::r_make():_drake_single_sample.Rand_drake_integration.RDefault YAML configs. Their location can be set by
*_config_dirparameters.
Arguments
- dir
A character scalar: path to
scdrakeproject directory. IfNULL, the current working directory will be used (same as the default:".").- pipeline_config_dir
A character scalar: path to directory with pipeline config file (
pipeline.yaml).- single_sample_config_dir
A character scalar: path to directory with
00_main.yaml,01_input_qc.yaml,02_norm_clustering.yaml,cluster_markers.yaml, andcontrasts.yamlfiles.- integration_config_dir
A character scalar: path to directory with
00_main.yaml,01_integration.yaml,02_int_clustering.yaml,cluster_markers.yaml, andcontrasts.yamlfiles.- ask
A logical scalar: if
TRUE, ask before updating the files.- verbose
A logical scalar: if
TRUE, be verbose. The default value is obtained fromgetOption("scdrake_verbose").