read10XVisium | R Documentation |
Read the spatial transcriptomics data measured on 10X Visium platform as a Seurat object, where the spatial coordinates are saved in the metadata, named "row" and "col".
read10XVisium(dirname)
dirname |
A string, the dictory of Visium datasets |
Nothing
return a Seurat object.
nothing
Wei Liu
None
None
## Not run:
## set your file directory, then read it.
data_name <- "D/HCC"
HCC1 <- read10XVisium(data_name)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.