Compute PCA for each integration method result (SingleCellExperiment
object).
Source: R/integration_integration.R
sce_int_pca_df_fn.Rd
Compute 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_df
andintegration_methods_df
targets. PCA parameters are defined for each integration method inINTEGRATION_METHODS
parameter in01_integration.yaml
config.- 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.