read10XVisium.Rd
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)
A string, the dictory of Visium datasets
Nothing
return a Seurat object.
None
nothing
None
if (FALSE) {
## set your file directory, then read it.
data_name <- "D/HCC"
HCC1 <- read10XVisium(data_name)
}