RunScMerge: RunScMerge

View source: R/Seurat_based.R

RunScMergeR Documentation

RunScMerge

Description

RunScMerge

Usage

RunScMerge(
  SerObj = NULL,
  batch = "batch",
  ks = NULL,
  runningTime = FALSE,
  verbose = FALSE,
  ...
)

Arguments

SerObj

A seurat SerObj to correct batch effects.

batch

Batch labels.

ks

A vector indicates the kmeans's K for each batch, which length needs to be the same as the number of batches.

runningTime

Return the running time.

verbose

Print verbose.

...

Arguments passed to other methods.

Value

Corrected Seurat SerObj.


eisascience/scCustFx documentation built on June 2, 2025, 3:59 a.m.