Calculate t-SNE and UMAP for each integration method result (SingleCellExperiment
object).
Source: R/integration_integration.R
sce_int_dimred_df_fn.Rd
Calculate t-SNE and UMAP for each integration method result (SingleCellExperiment
object).
Usage
sce_int_dimred_df_fn(dimred_params_df, BPPARAM = BiocParallel::SerialParam())
Arguments
- dimred_params_df
(input target) A tibble: derived from
sce_int_pca_df
andintegration_methods_df
targets. Dimred parameters are defined for each integration method inINTEGRATION_METHODS
parameter in01_integration.yaml
config.- BPPARAM
A BiocParallel::BiocParallelParam object.