Skip to contents

access and set name slot fo S4 subobject

Usage

# S4 method for class 'list'
objName(x)

# S4 method for class 'nameData'
objName(x)

# S4 method for class 'giottoPoints'
objName(x)

# S4 method for class 'giottoLargeImage'
objName(x)

# S4 method for class 'giottoImage'
objName(x)

# S4 method for class 'list'
objName(x) <- value

# S4 method for class 'nameData'
objName(x) <- value

# S4 method for class 'giottoImage'
objName(x) <- value

# S4 method for class 'giottoLargeImage'
objName(x) <- value

# S4 method for class 'giottoPoints'
objName(x) <- value

Arguments

x

a Giotto S4 class subobject with name data

value

value to set as object name

Value

name slot

Functions

  • objName(nameData): Get name information

  • objName(giottoPoints): Get name giottoPoints

  • objName(giottoPoints) <- value: Set name giottoPoints

Examples

g <- GiottoData::loadSubObjectMini("exprObj")

objName(g)
#> [1] "normalized"