Description Usage Arguments Value Examples
sets the list of image paths for the VisiumExperiment class object.
1 2 | ## 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
1 2 3 4 5 | example(VisiumExperiment)
imagePaths <- list.files(system.file(file.path("extdata", "10x_visium",
"images"),
package="SpatialExperiment"), full.names=TRUE)
imagePaths(ve) <- imagePaths
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.