imageIDs: Show all image_ids in the SFE object

View source: R/utils.R

imageIDsR Documentation

Show all image_ids in the SFE object

Description

The title is self-explanatory. Some functions require image_id to get or set images.

Usage

imageIDs(sfe)

Arguments

sfe

A SpatialFeatureExperiment object.

Value

A character vector of image_ids.

Examples

fp <- system.file(file.path("extdata", "sample01"),
package = "SpatialFeatureExperiment")
sfe <- read10xVisiumSFE(fp, type = "sparse")
imageIDs(sfe)

pachterlab/SpatialFeatureExperiment documentation built on May 17, 2024, 12:24 a.m.