Skip to contents

Retrieve or set giotto instructions. Specific instructions can be replaced using the field param. Additionally, when using instructions<-, initialize() will be called on the giotto object if initialize param is TRUE

Usage

# S4 method for giotto,missing
instructions(gobject)

# S4 method for giotto,missing,missing
instructions(gobject, initialize) <- value

# S4 method for giotto,missing,logical
instructions(gobject, initialize) <- value

# S4 method for giotto,character
instructions(gobject, param)

# S4 method for giotto,character,missing
instructions(gobject, param, initialize) <- value

# S4 method for giotto,character,logical
instructions(gobject, param, initialize) <- value

Arguments

gobject

giotto object

initialize

(boolean, default = TRUE) whether to initialize the giotto object

value

value to set

param

Specific param in instructions to access or modify