forked from natverse/nat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
94 lines (94 loc) · 2.43 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
Package: nat
Type: Package
Title: NeuroAnatomy Toolbox for Analysis of 3D Image Data
Version: 1.9.0
Authors@R: c(
person("Gregory","Jefferis", email="jefferis@gmail.com",
role = c("aut", "cre"), comment = c(ORCID = "0000-0002-0587-9355")),
person("James", "Manton", role = c("aut"), comment = c(ORCID = "0000-0001-9260-3156"))
)
URL: https://github.com/jefferis/nat, http://jefferislab.org
BugReports: https://github.com/jefferis/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 (>= 0.7.1),
methods,
filehash,
digest,
nat.utils (>= 0.4.2),
plyr,
yaml
Suggests:
spelling,
Rvcg (>= 0.17),
testthat,
httr,
XML,
knitr,
rmarkdown,
MASS,
alphashape3d,
Morpho
License: GPL-3
LazyData: yes
Collate:
'alphashape3d.R'
'amiralandmarks-io.R'
'amiramesh-io.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'
'nat-data.R'
'nat-package.R'
'ndigest.R'
'neuron-io-amira.R'
'neuron-io-fiji.R'
'neuron-io-neuroml.R'
'neuron-io.R'
'neuron-plot.R'
'neuronlist.R'
'neuronlist_interactive_3d.R'
'neuronlist_sets.R'
'neuronlistfh.R'
'ngraph.R'
'nrrd-io.R'
'pop3d.R'
'potential_synapses.R'
'reglist.R'
'seglist.R'
'summary.R'
'utils.R'
'vaa3draw-io.R'
'vtk-io.R'
'xform.R'
'xformimage.R'
'xformpoints.R'
'zzz.R'
RoxygenNote: 6.1.1
Encoding: UTF-8
VignetteBuilder: knitr
Language: en-GB