calculateOverlapRaster | R Documentation |
calculate overlap between cellular structures (polygons) and features (points)
calculateOverlapRaster(
gobject,
name_overlap = NULL,
spatial_info = NULL,
poly_ID_names = NULL,
feat_info = NULL,
feat_subset_column = NULL,
feat_subset_ids = NULL,
count_info_column = NULL,
return_gobject = TRUE,
verbose = TRUE
)
gobject |
giotto object |
name_overlap |
name for the overlap results (default to feat_info parameter) |
spatial_info |
polygon information |
poly_ID_names |
(optional) list of poly_IDs to use |
feat_info |
feature information |
feat_subset_column |
feature info column to subset features with |
feat_subset_ids |
ids within feature info column to use for subsetting |
count_info_column |
column with count information (optional) |
return_gobject |
return giotto object (default: TRUE) |
verbose |
be verbose |
Serial overlapping function.
giotto object or spatVector with overlapping information
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.