Description Usage Arguments Value Examples
DataFrame from all the interaction counts on a per mm2 basis per frame grouped by sample This function is more like a density of edges between nodes on the interaction graph than an average neighbor count
1 2 3 4 | interaction_counts_sample_data_frame(x, verbose = FALSE, ...)
## S4 method for signature 'ImageSet'
interaction_counts_sample_data_frame(x, verbose)
|
x |
IrisSpatialFeatures ImageSet object. |
... |
Additional arguments |
data frame
1 2 3 | #loading pre-read dataset
dataset <- IrisSpatialFeatures_data
interactions_sample_data_frame(dataset)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.