Description Usage Arguments Value Examples
Combine a list of SingleCellExperiment objects as one SingleCellExperiment object
1 | combineSCE(sceList, by.r, by.c, combined)
|
sceList |
A list contains SingleCellExperiment objects. Currently, combineSCE function only support combining SCE objects with assay in dgCMatrix format. It does not support combining SCE with assay in delayedArray format. |
by.r |
Specifications of the columns used for merging rowData. See 'Details'. |
by.c |
Specifications of the columns used for merging colData. See 'Details'. |
combined |
logical; if TRUE, it will combine the list of SingleCellExperiment objects. See 'Details'. |
A SingleCellExperiment object which combines all objects in sceList. The colData is merged.
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.