sce {SC.MEB} | R Documentation |
A simulated SingleCellExperiment
Description
A dataset of SingleCellExperiment
Usage
data(sce)
Format
It is a SingleCellExperiment object with gene expression and meta information
References
Amezquita R A, Lun A T L, Becht E, et al. Orchestrating single-cell analysis with Bioconductor[J]. Nature methods, 2020, 17(2): 137-145.
Examples
## find the neighborhood of spots in SingleCellExperiment
data(sce)
out = find_neighbors2(sce, "ST")
[Package SC.MEB version 1.1 Index]