Description Usage Arguments Details Value
Estimate k-nearest neighbours graph from a TourExperiment object
1 2 | estimate_neighbors(.data, num_neighbors, .on = NULL,
.engine = BiocNeighbors::KmknnParam())
|
.data |
a |
num_neighbors |
An integer scalar for number of neighbors |
.on |
a character scalar, indicating the part of |
.engine |
A |
The representation of the nearest neighbors is a matrix of
size ncol(.data) by num_neighbors containing the neighbor indexes for
each sample in .data
A TourExperiment
object with the neighborSets
slot
filled.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.