Skip to contents

Retrieves the instruction associated with the provided parameter

Usage

readGiottoInstructions(giotto_instructions, param = NULL, default)

Arguments

giotto_instructions

giotto object or result from createGiottoInstructions()

param

parameter to retrieve

default

default object to return if parameter to retrieve does not exist

Value

specific parameter

Examples

readGiottoInstructions(
    giotto_instructions = createGiottoInstructions(),
    param = "show_plot"
)
#> Warning: `readGiottoInstructions()` was deprecated in GiottoClass 0.3.5.
#>  Please use `instructions()` instead.
#> python already initialized in this session
#>  active environment : 'giotto_env'
#>  python version : 3.10
#> [1] TRUE