Annotate integrated, reduced dimension, and clustered SingleCellExperiment object

annotate_integrated_sce(
  sce,
  categorical_covariates = list(),
  input_reduced_dim = "tSNE"
)

Arguments

sce

SingleCellExperiment object

categorical_covariates

list of categorical variables

input_reduced_dim

which reduced dim to use for integration and clustering. Either "tSNE" or "UMAP" (default "tSNE").

Value

sce annotated SingleCellExperiment object