addGiottoImage
¶
addGiottoImage
Description¶
Adds lists of giottoImages and giottoLargeImages to gobjects
Usage¶
addGiottoImage(
gobject = NULL,
images = NULL,
largeImages = NULL,
spat_loc_name = NULL,
scale_factor = NULL,
negative_y = TRUE
)
Arguments¶
Argument |
Description |
---|---|
|
gobject to add images objects to |
|
list of giottoImages to add |
|
list of giottoLargeImages to add |
|
provide spatial location slot in Giotto to align giottoImages. Defaults to first one |
|
provide scale of image pixel dimensions relative to spatial coordinates. |
|
Map image to negative y spatial values if TRUE during automatic alignment. Meaning that origin is in upper left instead of lower left. |
Value¶
an updated Giotto object with access to the list of images
Seealso¶
- Other basic image functions:
``plotGiottoImage` <#plotgiottoimage>`_ , ``reconnectGiottoImage` <#reconnectgiottoimage>`_ , ``updateGiottoImage` <#updategiottoimage>`_