get_subplan_common | R Documentation |
drake
subplan common to all pipelines.A subplan for storing configs and runtime information.
A subplan for cluster_markers stage.
A subplan for contrasts stage (differential expression).
get_common_subplan(
cfg_pipeline,
cfg_main,
pipeline_type_ = c("single_sample", "integration")
)
get_cluster_markers_subplan(cfg, cfg_pipeline, cfg_main)
get_contrasts_subplan(cfg, cfg_pipeline, cfg_main)
cfg_pipeline |
A |
cfg_main |
A list of general parameters
(loaded from |
pipeline_type_ |
A character scalar indicating the type of pipeline. Based on the pipeline type, some targets depend on different targets. |
cfg |
A list of parameters for this stage
(from single-sample or integration config directory, loaded from e.g. |
The pipeline_type
target is defined in the plan returned from get_common_subplan()
.
drake::drake_plan()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.