get_all_nearest_neighbors {IrisSpatialFeatures}R Documentation

Get the nearest neighbor for each cell-type

Description

Get the nearest neighbor for each cell-type

Usage

get_all_nearest_neighbors(x, ...)

## S4 method for signature 'ImageSet'
get_all_nearest_neighbors(x)

Arguments

x

An IrisSpatialFeatures ImageSet object

...

Additional arguments

Value

Nearest neighbor for each cell-type

Examples

#loading pre-read dataset
dataset <- IrisSpatialFeatures_data
dataset <- extract_nearest_neighbor(dataset)
get_all_nearest_neighbors(dataset)


[Package IrisSpatialFeatures version 1.3.0 Index]