| GetTissueCoordinates | R Documentation |
Retrieve tissue coordinates from spatial objects.
GetTissueCoordinates(object, ...)
## S3 method for class 'FOV'
GetTissueCoordinates(object, which = NULL, ...)
## S3 method for class 'Seurat'
GetTissueCoordinates(object, image = NULL, ...)
object |
An object |
... |
Arguments passed to other methods |
which |
Name of segmentation boundary or molecule set to retrieve coordinates for; if NULL, will retrieve coordinates for the default boundary |
image |
Name of |
Spatial classes may have specific implementations; refer to those documentation pages for more details.
A data frame with tissue coordinates
## Not run:
GetTissueCoordinates(object, which = "centroids")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.