changeGiottoInstructions: Change giotto instruction(s) associated with giotto object

View source: R/giotto.R

changeGiottoInstructionsR Documentation

Change giotto instruction(s) associated with giotto object

Description

Function to change one or more instructions from giotto object. If more than one item is supplied to params and new_values, use a vector of values. Does not call initialize on the giotto object

Usage

changeGiottoInstructions(
  gobject,
  params = NULL,
  new_values = NULL,
  return_gobject = TRUE,
  init_gobject = TRUE
)

Arguments

gobject

giotto object

params

parameter(s) to change

new_values

new value(s) for parameter(s)

return_gobject

(boolean, default = TRUE) return giotto object

init_gobject

(boolean, default = TRUE) initialize gobject if returning

Value

giotto object with one or more changed instructions


drieslab/Giotto_site_suite documentation built on April 26, 2023, 11:51 p.m.