runSeuratIntegration_with_rpca: Run Seurat integration using reciprocal PCA (RPCA)

View source: R/SingleCell_Integration.R

runSeuratIntegration_with_rpcaR Documentation

Run Seurat integration using reciprocal PCA (RPCA)

Description

Run Seurat integration using reciprocal PCA (RPCA)

Usage

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
)

Arguments

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.


supatt-lab/SingCellaR documentation built on Aug. 24, 2023, 5:49 p.m.