Get polygon info#
Last Updated: May 20, 2025
Description#
Get giotto polygon spatVector
Usage#
get_polygon_info(
gobject,
polygon_name = NULL,
polygon_overlap = NULL,
return_giottoPolygon = FALSE
)
Arguments#
|
giotto object |
|
name of polygons. Default “cell” |
|
include polygon overlap information |
|
(Defaults to FALSE) Return as giottoPolygon S4 object |
See Also#
Other polygon info data accessor functions: set_polygon_info()
Other functions to get data from giotto object:
get_NearestNetwork(), get_dimReduction(),
get_expression_values(), get_feature_info(),
get_giottoImage(), get_spatialGrid(), get_spatialNetwork(),
get_spatial_enrichment(), get_spatial_locations()