GetTissueCoordinates.SlideSeq | R Documentation |
Get Tissue Coordinates
## S3 method for class 'SlideSeq'
GetTissueCoordinates(object, ...)
## S3 method for class 'STARmap'
GetTissueCoordinates(object, qhulls = FALSE, ...)
## S3 method for class 'VisiumV1'
GetTissueCoordinates(
object,
scale = "lowres",
cols = c("imagerow", "imagecol"),
...
)
## S3 method for class 'VisiumV2'
GetTissueCoordinates(object, scale = NULL, ...)
object |
An object |
... |
Arguments passed to other methods |
qhulls |
return qhulls instead of centroids |
scale |
A factor to scale the coordinates by; choose from: 'tissue',
'fiducial', 'hires', 'lowres', or |
cols |
Columns of tissue coordinates data.frame to pull |
SeuratObject::GetTissueCoordinates
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.