getCoordsDf | R Documentation |
Extracts the coordinates data.frame of the identified or known entities the analysis revolves around.
getCoordsDf(object, ...)
## S4 method for signature 'SPATA2'
getCoordsDf(
object,
variables = NULL,
img_name = activeImage(object),
exclude = TRUE,
as_is = FALSE,
...
)
## S4 method for signature 'SpatialData'
getCoordsDf(
object,
img_name = activeImage(object),
scale = TRUE,
exclude = TRUE,
wh = FALSE,
as_is = FALSE,
...
)
object |
An object of class |
... |
Additional arguments given to |
variables |
Character or |
img_name |
Only relevant if the |
exclude |
Logical. If |
as_is |
Logical. If |
Data.frame that, among others, contains at least the variables x_orig, y_orig and barcodes
activateImage()
, activeImage()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.