Learn R Programming

SC.MEB (version 1.1)

sce: A simulated SingleCellExperiment

Description

A dataset of SingleCellExperiment

Usage

data(sce)

Arguments

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

Run this code
# NOT RUN {
## find the neighborhood of spots in SingleCellExperiment
data(sce)
out = find_neighbors2(sce, "ST")
# }

Run the code above in your browser using DataLab