View source: R/SingleCell_Integration.R
runSeuratIntegration_with_rpca | R Documentation |
Run Seurat integration using reciprocal PCA (RPCA)
runSeuratIntegration_with_rpca(
object,
Seurat.metadata = "",
Seurat.split.by = "",
n.dims.use = 30,
Seurat.variablegenes.method = "vst",
Seurat.variablegenes.number = 2000,
use.SingCellaR.varGenes = F
)
object |
The SingCellaR object. |
Seurat.metadata |
cell metadata (a data frame format) |
Seurat.split.by |
The indicated feature for splitting samples for the integration. |
n.dims.use |
The number of PCA dimensions used for the input for Seurat. |
Seurat.variablegenes.method |
The method for variable genes selection. Default 'vst' |
Seurat.variablegenes.number |
The number of highly varible genes. Default 2000 |
use.SingCellaR.varGenes |
is logical. If TRUE, the highly variable genes identified by SingCellaR will be used. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.