Skip to contents

access and set feat_type slot of S4 subobject

Usage

# S4 method for class 'ANY'
featType(x)

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

# S4 method for class 'featData'
featType(x)

# S4 method for class 'featData'
featType(x) <- value

Arguments

x

a Giotto S4 class subobject with feature type

value

value to set as feature type

Value

feat_type

Functions

  • featType(ANY): Get feature type information

  • featType(featData): Get feature type information

  • featType(featData) <- value: Set feature type information

Examples

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

featType(g)
#> [1] "rna"