View source: R/coordinateGeneration.R
createCoordFile | R Documentation |
Create coordinate file for entire scan
createCoordFile(overlay, outline = TRUE)
overlay |
SpatialOverlay object |
outline |
returned coordinates only contain boundaries, will not work for segmented ROIs |
df of coordinates for every AOI in the scan
muBrain <- readRDS(unzip(system.file("extdata", "muBrainSubset_SpatialOverlay.zip",
package = "SpatialOmicsOverlay")))
muBrain <- createCoordFile(muBrain, outline = FALSE)
head(coords(muBrain))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.