-
Notifications
You must be signed in to change notification settings - Fork 6
/
DESCRIPTION
38 lines (38 loc) · 1.07 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
36
37
38
Package: nat.nblast
Type: Package
Title: NeuroAnatomy Toolbox ('nat') Extension for Assessing Neuron Similarity
and Clustering
Version: 1.6.7
Authors@R: c(
person("Gregory", "Jefferis", email= "[email protected]",
role = c("aut", "cre"), comment = c(ORCID = "0000-0002-0587-9355")),
person("James", "Manton", email="[email protected]",
role = c("aut"), comment = c(ORCID = "0000-0001-9260-3156"))
)
Description: Extends package 'nat' (NeuroAnatomy Toolbox) by providing a
collection of NBLAST-related functions for neuronal morphology comparison (Costa et al. (2016) <doi: 10.1016/j.neuron.2016.06.012>).
URL: https://natverse.org/nat.nblast/, http://natverse.org/nat.nblast/
BugReports: https://github.com/natverse/nat.nblast/issues
Depends:
R (>= 2.15.1),
rgl,
methods,
nat (>= 1.5.12)
Imports:
nabor,
dendroextras,
plyr,
spam
Suggests:
spelling,
bigmemory,
ff,
testthat,
knitr,
rmarkdown
License: GPL-3
LazyData: yes
VignetteBuilder: knitr
RoxygenNote: 7.3.2
Language: en-GB
Encoding: UTF-8