return the available spatial grids name for a given spatial unit that are attached to the Giotto object
Usage
list_spatial_grids_names(
gobject,
spat_unit = NULL,
feat_type = NULL,
return_uniques = FALSE
)
Examples
g <- GiottoData::loadGiottoMini("visium")
#> 1. read Giotto object
#> 2. read Giotto feature information
#> 3. read Giotto spatial information
#> 3.1 read Giotto spatial shape information
#> 3.2 read Giotto spatial centroid information
#> 3.3 read Giotto spatial overlap information
#> 4. read Giotto image information
#> python already initialized in this session
#> active environment : 'giotto_env'
#> python version : 3.10
#> checking default envname 'giotto_env'
#> a system default python environment was found
#> Using python path:
#> "/usr/share/miniconda/envs/giotto_env/bin/python"
g <- createSpatialGrid(g, sdimx_stepsize = 5, sdimy_stepsize = 5)
list_spatial_grids_names(g, spat_unit = "cell", feat_type = "rna")
#> [1] "spatial_grid"