Runs Canek integration.
RunCanek(x, ...)
# S3 method for Seurat
RunCanek(
x,
batches = NULL,
slot = "data",
assay = NULL,
features = NULL,
selection.method = "vst",
nfeatures = 2000,
fvf.nfeatures = 2000,
integration.name = "Canek",
debug = FALSE,
...
)
# S3 method for SingleCellExperiment
RunCanek(
x,
batches = NULL,
assay = "logcounts",
integration.name = "Canek",
debug = FALSE,
...
)
# S3 method for list
RunCanek(x, ...)
object with expression counts or list of matrices.
additional arguments passed down to methods.
for S4 objects the column containing batch information.
slot used for Seurat objects (default: data).
assay used for Seurat objects.
optional vector of features to use for correction.
method used for FindVariableFeatures on Seurat objects when features is NULL.
number of features returned by SelectIntegrationFeatures.
number of features returned by FindVariableFeatures.
name for the integrated assay.
whether to store information about correction vector.
An object of the appropriate type.