getCoordsMtr | R Documentation |
Wraps the coordinates in a matrix with column names x and y and rownames that correspond to the barcodes.
getCoordsMtr(
object,
img_name = activeImage(object),
orig = FALSE,
exclude = TRUE
)
object |
An object of class |
img_name |
Character value. The name of the image the coordinates are
scaled to. If |
orig |
Logical value. If |
In contrast to getCoordsDf()
, column names of the output matrix
are always named x and y, regardless of whether they correspond to the
original x- and y-coordiantes (x_orig, y_orig) or if they are scaled
to the image specified with img_name
. The input for argument orig
decides!
A matrix.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.