Description Usage Arguments Value Examples
Compare distances between two markers to a reference marker.
1 2 3 4 5 6 7 | compare_normalized_nearest_neighbor(NNN, markerA, markerB, reference,
order = FALSE)
## S4 method for signature 'NNN,character,character,character'
compare_normalized_nearest_neighbor(NNN,
markerA, markerB, reference, order = FALSE)
|
NNN |
Normalized nearest neighbor object |
markerA |
Additional arguments |
markerB |
Additional arguments |
reference |
Additional arguments |
order |
Optional character vector with sample names in an order for plotting |
Analysis data
1 2 | dataset <- IrisSpatialFeatures_data
dataframe <- as.data.frame(dataset)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.