# -------------------------------------------- # 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.1.2 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 or with vantage point trees. Approximate searches can be performed using the Annoy or HNSW libraries. Searching on either Euclidean or Manhattan distances is supported. Parallelization is achieved for all methods by using BiocParallel. Functions are also provided to search for all neighbors within a given distance. authors: - family-names: Lun given-names: Aaron email: infinite.monkeys.with.keyboards@gmail.com repository: https://bioc.r-universe.dev commit: 4407310edece62386d984d59b7348838d4195ec9 date-released: '2024-12-08' contact: - family-names: Lun given-names: Aaron email: infinite.monkeys.with.keyboards@gmail.com