Skip to contents

Directly attach a giotto image to giotto object

Usage

set_giottoImage(
  gobject = NULL,
  image = NULL,
  image_type = NULL,
  name = NULL,
  verbose = TRUE
)

Arguments

gobject

giotto object

image

giotto image object to be attached without modification to the giotto object

image_type

type of giotto image object. Either "image" or "largeImage"

name

name of giotto image object

verbose

be verbose

Value

giotto object

Details

Use with care! This function directly attaches giotto image objects to the gobject without further modifications of spatial positioning values within the image object that are generally needed in order for them to plot in the correct location relative to the other modalities of spatial data.
For the more general-purpose method of attaching image objects, see addGiottoImage