This will overwrite project files by the package-bundled ones:
RMarkdown documents in
Rmd/
Initial scripts for
drake::r_make()
:_drake_single_sample.R
and_drake_integration.R
Default YAML configs. Their location can be set by
*_config_dir
parameters.
Arguments
- dir
A character scalar: path to
scdrake
project 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.yaml
files.- integration_config_dir
A character scalar: path to directory with
00_main.yaml
,01_integration.yaml
,02_int_clustering.yaml
,cluster_markers.yaml
, andcontrasts.yaml
files.- 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")
.