joinGiottoObjects
¶
joinGiottoObjects
Description¶
Function to join multiple giotto objects together
Usage¶
joinGiottoObjects(
gobject_list,
gobject_names = NULL,
join_method = c("shift", "z_stack"),
z_vals = 1000,
x_shift = NULL,
y_shift = NULL,
x_padding = 0,
y_padding = 0,
verbose = TRUE
)
Arguments¶
Argument |
Description |
---|---|
|
list of giotto objects |
|
unique giotto names for each giotto object |
|
method to join giotto objects |
|
distance(s) along z-axis if method is z-stack |
|
shift along x-axis if method is shift |
|
shift along y-axis if method is shift |
|
padding between datasets/images if method is shift |
|
padding between datasets/images if method is shift |
|
be verbose |
Value¶
giotto object