get_all_interactions {IrisSpatialFeatures} | R Documentation |
Get all interactions between all cell-types
get_all_interactions(x, ...) ## S4 method for signature 'ImageSet' get_all_interactions(x)
x |
An IrisSpatialFeatures ImageSet object. |
... |
Additional arguments. |
For each cell-type return interactions
#loading pre-read dataset dataset <- IrisSpatialFeatures_data dataset <- extract_interactions(dataset) get_all_interactions(dataset)