View source: R/merge_sce_list.R
merge_sce_list | R Documentation |
Merge of list of CellTypeDatasets stored as SingleCellExperiment objects into one SingleCellExperiment object.
merge_sce_list(
SCE_lists = NULL,
parent_folder = NULL,
pattern = ".rds$",
merge_levels = seq(1, 5),
gene_union = TRUE,
as_sparse = TRUE,
as_DelayedArray = TRUE,
verbose = TRUE
)
SCE_lists |
A list of SingleCellExperiment objects. |
parent_folder |
Can supply the path to a folder
instead of |
merge_levels |
CellTypeDataset levels to merge. |
SingleCellExperiment
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.