RunKBET: RunKBET

View source: R/Seurat_based.R

RunKBETR Documentation

RunKBET

Description

RunKBET

Usage

RunKBET(
  SerObj = NULL,
  batch = "batch",
  reduction = "pca",
  dims = 10,
  per = 0.1,
  acceptance = TRUE,
  verbose = FALSE
)

Arguments

SerObj

A seurat SerObj to correct batch effects.

batch

Batch labels.

reduction

Reduction to use.

dims

Number of dimensions to use.

per

Percentages of the mean batch size.

acceptance

Return the acceptance rate.

verbose

Print verbose.

Value

kBET mean score.


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