-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
51 lines (51 loc) · 1.58 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
39
40
41
42
43
44
45
46
47
48
49
50
51
Package: catnat
Type: Package
Title: Analyse neuronal morphology and connectivity (extends catmaid and nat)
Version: 0.1
Authors@R: c(
person("Alex", "Bates", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-1195-0445")),
person("Gregory", "Jefferis", email = "[email protected]", role = c("aut"), comment = c(ORCID = "0000-0002-0587-9355"))
)
Description: A selection of functions for analysis of neuronal morphology and
connectivity created for use alongside the nat and catmaid packages. Many
of the functions are driven by the need to analyse the results of annotation
of 3D electron microscopy data from the `CATMAID` web application. This
package is largely an incubator for work by Alex Bates and is subject to
frequent updates.
License: GPL-3
LazyData: TRUE
RoxygenNote: 7.1.2
Suggests:
knitr,
rmarkdown,
testthat,
gplots,
ggplot2,
easyGgplot2,
doMC,
elmr,
yaml,
ks,
misc3d,
lhns,
fafbseg,
pbapply,
reshape2,
spelling,
googlesheets4
VignetteBuilder: knitr
Depends: R (>= 2.10), nat, catmaid, alphashape3d, nat.nblast, nat.flybrains
Imports: Rvcg, nabor, Morpho, dplyr, nat.templatebrains, rgl, plyr, igraph
URL: https://github.com/jefferislab/catnat
BugReports: https://github.com/jefferislab/catnat/issues
Remotes: kassambara/easyGgplot2,
natverse/nat,
catmaid=natverse/rcatmaid,
natverse/nat.templatebrains,
natverse/nat.flybrains,
natverse/elmr,
natverse/nat.nblast,
jefferislab/lhns,
jefferis/fafbseg
Encoding: UTF-8
Language: en-GB