sce_int_pca_df_fn | R Documentation |
SingleCellExperiment
object).Compute PCA for each integration method result (SingleCellExperiment
object).
sce_int_pca_df_fn(pca_params_df, BPPARAM = BiocParallel::SerialParam())
pca_params_df |
(input target) A tibble: derived from |
BPPARAM |
A BiocParallel::BiocParallelParam object. |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.