View source: R/plans_common_clustering.R
get_clustering_subplan | R Documentation |
Besides clustering itself, this plan also includes dimred plots of computed clusters.
get_clustering_subplan(
cfg,
sce_clustering_target_name,
sce_dimred_plots_target_name,
dimred,
report_dimred_names,
dimred_plots_out_dir,
other_plots_out_dir,
is_integration,
spatial,
seed = 1
)
cfg |
A list of parameters for |
sce_clustering_target_name , sce_dimred_plots_target_name |
A character scalar: name of target representing a SCE object that will be used for SC3 clustering and dimred plots, respectively. |
dimred |
A character scalar: which |
report_dimred_names |
A character vector: dimreds to use for plotting clustering results. |
dimred_plots_out_dir , other_plots_out_dir |
A character scalar: path to output directory to save plots. |
is_integration |
A logical scalar: if |
spatial |
A logical scalar: if |
seed |
An integer scalar: random seed for SC3. |
A combined drake::drake_plan()
from:
get_clustering_graph_subplan()
get_clustering_kmeans_subplan()
get_clustering_sc3_subplan()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.