Get a drake
plan for a stage of single-sample pipeline.
Source: R/plans_single_sample.R
get_subplan_single_sample.Rd
A plan for 01_input_qc stage.
A plan for 02_norm_clustering stage. The following subplans are included:
Usage
get_input_qc_subplan(cfg, cfg_pipeline, cfg_main)
get_norm_clustering_subplan(cfg, cfg_pipeline, cfg_main)
Arguments
- cfg
A list of parameters for this stage (loaded from single-sample config directory, e.g.
01_input_qc.yaml
, etc.).- cfg_pipeline
A
scdrake_list
object: pipeline config (seeload_pipeline_config()
) obtained frompipeline.yaml
file located in pipeline config directory.- cfg_main
A list of general parameters (loaded from
00_main.yaml
from single-sample config directory).