Description Usage Arguments Value
View source: R/preprocessing.R
Merge multiple SingleCellExperiment objects.
1 | mergeSCE(sce_list)
|
sce_list |
A *named* list, where values are SingleCellExperiment objects and names are SingleCellExperiment objects. |
A SingleCellExperiment object containing the input datasets with the following limitations: (i) only genes common to all datasets are kept, (ii) only colData columns common to all datasets are kept, (iii) only assays common to all datasets (i.e., having the same name) are kept, (iv) all other slots (e.g., reducedDims or rowData) will be ignored and left empty. The SingleCellExperiment object contains a "study_id" column, mapping each cell to its original dataset (names in "sce_list").
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.