Prints the available giotto images that are attached to the Giotto object
See also
Other functions to show data in giotto object:
showGiottoCellMetadata()
,
showGiottoDimRed()
,
showGiottoExpression()
,
showGiottoFeatInfo()
,
showGiottoFeatMetadata()
,
showGiottoNearestNetworks()
,
showGiottoSpatEnrichments()
,
showGiottoSpatGrids()
,
showGiottoSpatLocs()
,
showGiottoSpatNetworks()
,
showGiottoSpatialInfo()
Examples
g <- GiottoData::loadGiottoMini("vizgen")
#> 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"
showGiottoImageNames(g)
#> Image type: largeImage
#>
#> --> Name: dapi_z0
#> --> Name: dapi_z1
#> --> Name: polyT_z0
#> --> Name: polyT_z1
#>