forked from knncolle/BiocNeighbors
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
35 lines (35 loc) · 1.18 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Package: BiocNeighbors
Version: 1.5.7
Date: 2020-04-26
Title: Nearest Neighbor Detection for Bioconductor Packages
Authors@R: c(person("Aaron", "Lun", role=c("aut", "cre", "cph"),
email="[email protected]"))
Imports:
Rcpp,
S4Vectors,
BiocParallel,
stats,
methods,
Matrix
Suggests:
testthat,
BiocStyle,
knitr,
rmarkdown,
FNN,
RcppAnnoy,
RcppHNSW
biocViews: Clustering, Classification
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 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.
License: GPL-3
LinkingTo: Rcpp, RcppAnnoy, RcppHNSW
VignetteBuilder: knitr
SystemRequirements: C++11
RoxygenNote: 7.1.0