Description Usage Arguments Value Examples
getter for the list of imagePaths stored into the VisiumExperiment class object.
1 2 | ## S4 method for signature 'VisiumExperiment'
imagePaths(x)
|
x |
a VisiumExperiment class object |
a list of paths of 10x Visium images
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.