updateGiottoLargeImage#
Last Updated: Jan 14, 2025
Description#
Updates the boundaries of a giotto largeImage
object attached to a
giotto
object if both gobject
and largeImage_name
params are
given. Alternatively can directly accept and return as largeImage
Usage#
updateGiottoLargeImage(
gobject = NULL,
largeImage_name = NULL,
giottoLargeImage = NULL,
xmax_adj = 0,
xmin_adj = 0,
ymax_adj = 0,
ymin_adj = 0,
x_shift = 0,
y_shift = 0,
scale_factor = NULL,
scale_x = 1,
scale_y = 1,
order = c("first_adj", "first_scale"),
xmin_set = NULL,
xmax_set = NULL,
ymin_set = NULL,
ymax_set = NULL,
return_gobject = TRUE,
verbose = TRUE
)
Arguments#
|
|
|
name of giotto |
|
|
|
adjust image boundaries by increasing maximum and decreasing minimum bounds respectively of xy bounds |
|
shift entire image along xy axes |
|
set |
|
independently scale x or y axis image mapping from coordinate origin |
|
order of operations between fine adjustments (adjustment and shift parameters) and scaling |
|
directly set xy image boundaries. Overrides minmax values as spatial anchor. |
|
return a |
|
be verbose |
Value#
a giotto
object or an updated giotto largeImage
object if
return_gobject = FALSE