-
Notifications
You must be signed in to change notification settings - Fork 28
/
DESCRIPTION
116 lines (116 loc) · 2.91 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
Package: nat
Type: Package
Title: NeuroAnatomy Toolbox for Analysis of 3D Image Data
Version: 1.10.4
Authors@R: c(
person("Gregory","Jefferis", email="[email protected]",
role = c("aut", "cre"), comment = c(ORCID = "0000-0002-0587-9355")),
person("James", "Manton", role = c("aut"), comment = c(ORCID = "0000-0001-9260-3156")),
person("Sridhar", "Jagannathan", role = c("aut"), comment = c(ORCID = "0000-0002-2078-1145")),
person("Dominik", "Krzeminski", role = c("ctb"), comment = c(ORCID = "0000-0003-4568-0583"))
)
URL: https://github.com/natverse/nat, https://natverse.org/
BugReports: https://github.com/natverse/nat/issues
Description: NeuroAnatomy Toolbox (nat) enables analysis and visualisation of 3D
biological image data, especially traced neurons. Reads and writes 3D images
in NRRD and 'Amira' AmiraMesh formats and reads surfaces in 'Amira' hxsurf
format. Traced neurons can be imported from and written to SWC and 'Amira'
LineSet and SkeletonGraph formats. These data can then be visualised in 3D
via 'rgl', manipulated including applying calculated registrations, e.g.
using the 'CMTK' registration suite, and analysed. There is also a simple
representation for neurons that have been subjected to 3D skeletonisation
but not formally traced; this allows morphological comparison between
neurons including searches and clustering (via the 'nat.nblast' extension
package).
Depends:
R (>= 2.15.1),
rgl (>= 0.98.1)
Imports:
nabor,
igraph (>= 1.0),
methods,
filehash (>= 2.3),
digest,
nat.utils (>= 0.4.2),
plyr,
yaml,
progress,
checkmate,
stringr,
pbapply,
zip
Suggests:
spelling,
Rvcg (>= 0.17),
testthat,
httr,
XML,
knitr,
rmarkdown,
MASS,
alphashape3d,
Morpho,
plotly,
readobj,
brotli,
qs,
jsonlite
Enhances:
natcpp
License: GPL-3
LazyData: yes
Collate:
'alphashape3d.R'
'amiralandmarks-io.R'
'amiramesh-io.R'
'brotli.R'
'cmtk-reformat.R'
'cmtk.R'
'cmtk_geometry.R'
'cmtk_io.R'
'cmtkreg.R'
'coordinates.R'
'dist3D_Segment_to_Segment.R'
'neuron.R'
'dotprops.R'
'geometry.R'
'graph-nodes.R'
'hxsurf.R'
'im3d.R'
'interactive.R'
'morphometry.R'
'nat-data.R'
'nat-package.R'
'ndigest.R'
'neuron-io-amira.R'
'neuron-io-fiji.R'
'neuron-io-neuroml.R'
'neuron-io.R'
'neuron-mesh.R'
'neuron-plot.R'
'neuronlist.R'
'neuronlist_interactive_3d.R'
'neuronlist_sets.R'
'neuronlistfh.R'
'neuronlistz.R'
'ngraph.R'
'nrrd-io.R'
'pop3d.R'
'potential_synapses.R'
'qs.R'
'reglist.R'
'seglist.R'
'summary.R'
'utils.R'
'vaa3draw-io.R'
'vtk-io.R'
'wire3d.R'
'xform.R'
'xformimage.R'
'xformpoints.R'
'xyzmatrix.R'
'zzz.R'
RoxygenNote: 7.3.2
Encoding: UTF-8
VignetteBuilder: knitr
Language: en-GB