combineSpatialCellMetadataInfo#
Last Updated: Jan 14, 2025
Description#
Combine cell metadata with spatial cell information (e.g. polygon)
Usage#
combineSpatialCellMetadataInfo(gobject, spat_unit = NULL, feat_type = NULL)
Arguments#
|
Giotto object |
|
spatial unit |
|
feature type(s) |
Details#
The returned data.table has the following columns:
sdimx: spatial feature location on the x-axis
sdimy: spatial feature location on the y-axis
cell_ID: unique cell ID
feat: selected feature(s)
other columns that are part of the cell metadata
Value#
list of data.table(s)