RunScMerge: RunScMerge

View source: R/BatchCorrection.R

RunScMergeR Documentation

RunScMerge

Description

RunScMerge

Usage

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

Arguments

object

A seurat object 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 object.


MartinLoza/RNAseqAnalysis documentation built on March 18, 2022, 2:13 a.m.