# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "BiocNeighbors" in publications use:' type: software license: GPL-3.0-only title: 'BiocNeighbors: Nearest Neighbor Detection for Bioconductor Packages' version: 2.6.0 doi: 10.32614/CRAN.package.BiocNeighbors abstract: 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. authors: - family-names: Lun given-names: Aaron email: infinite.monkeys.with.keyboards@gmail.com repository: https://bioc-release.r-universe.dev commit: 221e565acfb3d54d1cf86c69b4cb72a78c9e9cc5 date-released: '2026-02-13' contact: - family-names: Lun given-names: Aaron email: infinite.monkeys.with.keyboards@gmail.com