imagePaths<-,VisiumExperiment-method {SpatialExperiment}R Documentation

imagePaths-setter

Description

sets the list of image paths for the VisiumExperiment class object.

Usage

## S4 replacement method for signature 'VisiumExperiment'
imagePaths(x) <- value

Arguments

x

a VisiumExperiment class object

value

a list within the paths of the images of a 10x Visium experiment

Value

none

Examples

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

[Package SpatialExperiment version 1.0.0 Index]