ScaleFactors {Seurat} | R Documentation |
Get image scale factors
Description
Get image scale factors
Usage
ScaleFactors(object, ...)
scalefactors(spot, fiducial, hires, lowres)
## S3 method for class 'VisiumV1'
ScaleFactors(object, ...)
## S3 method for class 'VisiumV2'
ScaleFactors(object, ...)
Arguments
object |
An object to get scale factors from |
... |
Arguments passed to other methods |
spot |
Spot full resolution scale factor |
fiducial |
Fiducial full resolution scale factor |
hires |
High resolutoin scale factor |
lowres |
Low resolution scale factor |
Value
An object of class scalefactors
Note
scalefactors
objects can be created with scalefactors()
[Package Seurat version 5.1.0 Index]