GetTissueCoordinates: Get Tissue Coordinates

Description Usage Arguments See Also

Description

Get Tissue Coordinates

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
## 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"),
  ...
)

Arguments

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 NULL for no scaling

cols

Columns of tissue coordinates data.frame to pull

See Also

SeuratObject::GetTissueCoordinates


ibseq/scs-analysis documentation built on Feb. 27, 2021, 12:35 a.m.