Description Usage Arguments Value Examples
gets the scale factors from a VisiumExperiment class object.
1 2 | ## S4 method for signature 'VisiumExperiment'
scaleFactors(x)
|
x |
a VisiumExperiment class object. |
a DataFrame with the 10x Visium scale factors.
1 2 3 | ve <- readRDS(file=system.file(file.path("extdata", "10x_visium",
"ve.RDS"), package="SpatialExperiment"))
scaleFactors(ve)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.