View source: R/nearestNeighbor.R
getMnn | R Documentation |
Mutual nearest neighbors in space between group A and B based on position
getMnn(ctA, ctB, pos, k)
ctA |
vector of cell names in group A |
ctB |
vector of cell names in group B |
pos |
Position |
k |
Number of mutual nearest neighbors |
Boolean matrix where value = 1 if two cells are considered adjacency ie. neighbors, else 0
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.