Skip to contents

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

Arguments

x

object

value

character. Name(s) to set in the object

Value

character or the object being renamed if the replacement function is used.

Examples

img <- GiottoData::loadSubObjectMini("giottoLargeImage")
names(img)
#> [1] "mini_dataset_dapi_z0"
names(img) <- "dapi"