get_all_nearest_neighbors: Get the nearest neighbor for each cell-type

Description Usage Arguments Value Examples

Description

Get the nearest neighbor for each cell-type

Usage

1
2
3
4
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

1
2
3
4
#loading pre-read dataset
dataset <- IrisSpatialFeatures_data
dataset <- extract_nearest_neighbor(dataset)
get_all_nearest_neighbors(dataset)

IrisSpatialFeatures documentation built on May 2, 2018, 2:49 a.m.