Get or set the names of the layers of a giottoLargeImage
Usage
# S4 method for class 'giottoLargeImage'
names(x)
# S4 method for class 'giottoLargeImage'
names(x) <- value
Examples
img <- GiottoData::loadSubObjectMini("giottoLargeImage")
names(img)
#> [1] "mini_dataset_dapi_z0"
names(img) <- "dapi"