get_plan | R Documentation |
drake
plan for a specific analysis type.These functions are internally loading and binding a smaller plans (subplans) into full plans.
All of them are using get_common_subplan()
, get_cluster_markers_subplan()
, and get_contrasts_subplan()
.
get_single_sample_plan()
uses get_input_qc_subplan()
and get_norm_clustering_subplan()
.
get_integration_plan()
uses get_integration_subplan()
and get_int_clustering_subplan()
.
get_single_sample_plan(cfg, cfg_pipeline = NULL)
get_integration_plan(cfg, cfg_pipeline = NULL)
cfg |
|
cfg_pipeline |
One of:
|
drake::drake_plan()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.