sce_calc_pca | R Documentation |
SingleCellExperiment
object.Columns in the resulting PCA matrix will be named as {name}_1
, {name}_2
, ... .
This ensures compatibility with conversion to a Seurat
object (Seurat::as.Seurat.SingleCellExperiment()
).
sce_calc_pca(
sce,
name = "pca",
exprs_values = "logcounts",
subset_row = NULL,
BSPARAM = BiocSingular::IrlbaParam(),
BPPARAM = BiocParallel::SerialParam(),
...
)
sce |
A |
name , exprs_values , BSPARAM , BPPARAM , ... |
Passed to |
subset_row |
A character vector. If |
A SingleCellExperiment
object with calculated PCA.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.