Description Usage Arguments Value Examples
Get the nearest neighbor for a specified cell-type
1 2 3 4 | get_nearest_neighbors(x, ...)
## S4 method for signature 'ImageSet'
get_nearest_neighbors(x, marker)
|
x |
An IrisSpatialFeatures ImageSet object |
... |
Additional arguments |
marker |
Cell type for which the nearest neighbor should be calculated |
nearest neighbors for the specified cell-type
1 2 3 4 | #' #loading pre-read dataset
dataset <- IrisSpatialFeatures_data
dataset <- extract_nearest_neighbor(dataset,min_num_cells=2)
get_nearest_neighbors(dataset,"SOX10+ PDL1+")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.