View source: R/preprocessing.R
Read10X_Image | R Documentation |
Load a 10X Genomics Visium Image
Read10X_Image(
image.dir,
image.name = "tissue_lowres_image.png",
assay = "Spatial",
slice = "slice1",
filter.matrix = TRUE
)
image.dir |
Path to directory with 10X Genomics visium image data;
should include files |
image.name |
PNG file to read in |
assay |
Name of associated assay |
slice |
Name for the image, used to populate the instance's key |
filter.matrix |
Filter spot/feature matrix to only include spots that have been determined to be over tissue |
A VisiumV2
object
VisiumV2
Load10X_Spatial
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.