Compute PCA for each integration method result (SingleCellExperiment object).
Source: R/integration_integration.R
sce_int_pca_df_fn.RdCompute PCA for each integration method result (SingleCellExperiment object).
Usage
sce_int_pca_df_fn(pca_params_df, BPPARAM = BiocParallel::SerialParam())Arguments
- pca_params_df
(input target) A tibble: derived from
sce_int_dfandintegration_methods_dftargets. PCA parameters are defined for each integration method inINTEGRATION_METHODSparameter in01_integration.yamlconfig.- BPPARAM
A BiocParallel::BiocParallelParam object.
Value
A modified pca_params_df tibble with appended SingleCellExperiment object with computed PCA.
Output target: sce_int_pca_df
The following items of metadata() of each integrated SingleCellExperiment object are added or modified:
pca_selection_method,pca_selected_pcs: taken from parameters of the integration method.