imagePaths,VisiumExperiment-method {SpatialExperiment}R Documentation

imagePaths-getter

Description

getter for the list of imagePaths stored into the VisiumExperiment class object.

Usage

## S4 method for signature 'VisiumExperiment'
imagePaths(x)

Arguments

x

a VisiumExperiment class object

Value

a list of paths of 10x Visium images

Examples

example(VisiumExperiment)
imagePaths <- list.files(system.file(file.path("extdata", "10x_visium",
                                   "images"), 
                         package="SpatialExperiment"), full.names=TRUE)
imagePaths(ve)

[Package SpatialExperiment version 1.0.0 Index]