combineSpatialCellFeatureInfo | R Documentation |
Combine spatial cell information (e.g. polygon) and spatial feature information (e.g. transcript locations)
combineSpatialCellFeatureInfo(
gobject,
spat_unit = NULL,
feat_type = NULL,
selected_features = NULL
)
gobject |
Giotto object |
spat_unit |
spatial unit |
feat_type |
feature type(s) |
selected_features |
select set of features |
The returned data.table has the following columns:
sdimx: spatial feature location on the x-axis
sdimy: spatial feature location on the y-axis
feat_ID: unique feature ID
cell_ID: unique cell ID
used: how often was the feature used/assigned to a cell
feat: selected feature(s)
list of data.table(s)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.