combineSpatialCellMetadataInfo | R Documentation |
Combine cell metadata with spatial cell information (e.g. polygon)
combineSpatialCellMetadataInfo(gobject, spat_unit = NULL, feat_type = NULL)
gobject |
Giotto object |
spat_unit |
spatial unit |
feat_type |
feature type(s) |
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
list of data.table(s)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.