Save SC3 cluster stability plots to a single PDF.
Source:R/clustering.R
cluster_sc3_cluster_stability_plots_file_fn.Rd
Save SC3 cluster stability plots to a single PDF.
Arguments
- cluster_sc3_df
(input target) A
tibble
returned fromcluster_sc3_df_fn()
.- out_dir
A character scalar: output directory.
- is_integration
A logical scalar: if
TRUE
, clusterings will be named ascluster_int_*
, otherwisecluster_*
.