Skip to content

BiocNeighbors

Bioc current

Nearest Neighbor Detection for Bioconductor Packages

v2.6.0 · software · GPL-3

Release Lineage

Entered 3.8 · Oct 31, 2018

Current · Requires R 4.6

1.0 In 16 of 49 releases 3.23

Description

Implements exact and approximate methods for nearest neighbor detection, in a framework that allows them to be easily switched within Bioconductor packages or workflows. Exact searches can be performed using the k-means for k-nearest neighbors algorithm, vantage point trees, or an exhaustive search. Approximate searches can be performed using the Annoy or HNSW libraries. Each search can be performed with a variety of different distance metrics, parallelization, and variable numbers of neighbors. Range-based searches (to find all neighbors within a certain distance) are also supported.

Code intelligence has not been computed for this package yet.

Code

Code metrics have not been computed for this package yet.

Topics

Depended on by (34)

People