Get giotto image object#
Last Updated: May 20, 2025
Description#
Get giotto image object from gobject
Usage#
get_giottoImage(
gobject = NULL,
image_type = c("image", "largeImage"),
name = NULL
)
Arguments#
|
giotto object |
|
type of giotto image object. Either “image” or “largeImage” |
|
name of a giotto image object
|
Value#
a giotto image object
See Also#
Other image data accessor functions: set_giottoImage()
Other functions to get data from giotto object:
get_NearestNetwork(), get_dimReduction(),
get_expression_values(), get_feature_info(),
get_polygon_info(), get_spatialGrid(), get_spatialNetwork(),
get_spatial_enrichment(), get_spatial_locations()