Description Usage Arguments Value Examples
Extract interactions between all cell-types
1 2 3 4 5 6 | extract_interactions(x, membrane_border_width_px = 2,
interaction_distance_px = 2, ...)
## S4 method for signature 'ImageSet'
extract_interactions(x, membrane_border_width_px,
interaction_distance_px)
|
x |
IrisSpatialFeatures ImageSet object |
membrane_border_width_px |
the width of the membrane border (default 2) |
interaction_distance_px |
distance beyond the membrane |
... |
Additional arguments |
list of interactions
1 2 3 | #loading pre-read dataset
dataset <- IrisSpatialFeatures_data
dataset <- extract_interactions(dataset)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.