calculateOverlapPolygonImages#
Last Updated: Jan 14, 2025
Description#
calculate overlap between cellular structures (polygons) and images (intensities)
Usage#
calculateOverlapPolygonImages(
gobject,
name_overlap = "protein",
spatial_info = "cell",
poly_ID_names = NULL,
image_names = NULL,
poly_subset = NULL,
return_gobject = TRUE,
verbose = TRUE,
...
)
Arguments#
|
giotto object |
|
name for the overlap results (default to feat_info parameter) |
|
polygon information |
|
(optional) list of poly_IDs to use |
|
names of the images with raw data |
|
numerical values to subset the polygon spatVector |
|
return giotto object (default: TRUE) |
|
be verbose |
|
additional params to
|
Value#
giotto object or data.table with overlapping information