Description Usage Arguments Details Value Examples
Load a Visium spatial dataset as a SingleCellExperiment.
1 |
dirname |
Path to spaceranger output directory (e.g. "sampleID/outs/").
This directory must contain the counts matrix and feature/barcode TSVs in
|
We store two variables associated with downstream BayesSpace
functions in a list called BayesSpace.data in the
SingleCellExperiment's metadata.
platform is set to "Visium", and is used to determine spot
layout and neighborhood structure.
is.enhanced is set to FALSE to denote the object
contains spot-level data.
SingleCellExperiment containing the counts matrix in counts
and spatial data in colData. Array coordinates for each spot are
stored in columns row and col, while image coordinates are
stored in columns imagerow and imagecol.
1 2 3 4 | ## Not run:
sce <- readVisium("path/to/outs/")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.