Description Usage Arguments Value Examples
Get the nearest neighbor for each cell-type
1 2 3 4 | get_all_nearest_neighbors(x, ...)
## S4 method for signature 'ImageSet'
get_all_nearest_neighbors(x)
|
x |
An IrisSpatialFeatures ImageSet object |
... |
Additional arguments |
Nearest neighbor for each cell-type
1 2 3 4 | #loading pre-read dataset
dataset <- IrisSpatialFeatures_data
dataset <- extract_nearest_neighbor(dataset)
get_all_nearest_neighbors(dataset)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.