Merge Multiple SingleCellExperiment Objects

merge_sce(
  sce_l,
  ensembl_mapping_file = NULL,
  species = getOption("scflow_species", default = "human")
)

Arguments

sce_l

a list of SingleCellExperiment objects, or, folder_paths to SingleCellExperiment objects to be read in with read_sce

ensembl_mapping_file

path to the mappings tsv file

species

human or mouse

Value

sce a annotated SingleCellExperiment object