View source: R/seurat_wrappers.R View source: R/scRNA.R
run_pca | R Documentation |
functionality for returning PCA results in Seurat Object
functionality for returning PCA results in Seurat Object
run_pca(so, approx_pca.flag = F, pca.assay = "RNA", n_pcs = 30, verbose = F) run_pca(so, approx_pca.flag = F, pca.assay = "RNA", n_pcs = 30, verbose = F)
so |
a SeuratObject of your data |
approx_pca.flag |
approximate PCA calculation? |
pca.assay |
which assay to use, SCT or RNA |
verbose |
whether to be verbose with output |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.