imagePaths<-,VisiumExperiment-method {SpatialExperiment} | R Documentation |
sets the list of image paths for the VisiumExperiment class object.
## S4 replacement method for signature 'VisiumExperiment' imagePaths(x) <- value
x |
a VisiumExperiment class object |
value |
a list within the paths of the images of a 10x Visium experiment |
none
example(VisiumExperiment) imagePaths <- list.files(system.file(file.path("extdata", "10x_visium", "images"), package="SpatialExperiment"), full.names=TRUE) imagePaths(ve) <- imagePaths