View source: R/imageManipulation.R
flipX | R Documentation |
Flip x axis in image and overlay points
flipX(overlay)
overlay |
SpatialOverlay object |
SpatialOverlay object with x axis flipped
muBrain <- readRDS(unzip(system.file("extdata", "muBrainSubset_SpatialOverlay.zip",
package = "SpatialOmicsOverlay")))
image <- downloadMouseBrainImage()
muBrain <- addImageOmeTiff(overlay = muBrain,
ometiff = image, res = 8)
showImage(flipX(muBrain))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.