SpatialOverlay-class | R Documentation |
The SpatialOverlay
class organizes the pertinant information from the
OME-TIFFs allowing for plotting on top of or beside the image
SpatialOverlay(slideName,
scanMetadata,
overlayData,
coords = NULL,
plottingFactors = NULL,
workflow = list(outline=FALSE,
labWorksheet=TRUE,
scaled=FALSE),
image = list(filePath = NULL,
imagePointer = NULL,
resolution = NULL))
slideName |
The name of the slide in the |
scanMetadata |
A |
overlayData |
An |
coords |
An optional |
plottingFactors |
An optional |
workflow |
A |
image |
A |
An S4 class containing image data from a NanoString GeoMx experiment
SpatialOverlay
objects have the following accessor methods:
extracts the sample names of each ROI in the slide.
extracts the slide name.
extracts the SpatialPosition
information for each ROI.
extracts the scan metadata.
coords(object)
: extracts the coordinates for the entire scan.
extracts avaliable plotting factors.
extracts the boolean if a lab worksheet was used.
extracts the boolena if only the outline points were generated.
extracts if there are any segmented ROIs in the slide.
extracts the scale bar ratio from scanMeta
for the X axis
extracts fluorenscence information for the scan.
prints image.
extracts resolution of image.
extracts workflow data.
extracts if coordinates have been scaled.
extracts image data.
readSpatialOverlay
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.