Package: nat
Type: Package
Title: NeuroAnatomy Toolbox for Analysis of 3D Image Data
Version: 1.8.25
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")),
    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.3.0), methods, filehash (>= 2.3), digest,
        nat.utils (>= 0.4.2), plyr, yaml
Suggests: Rvcg (>= 0.17), testthat, httr, XML, knitr, rmarkdown,
        markdown, MASS, alphashape3d, webshot2
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' '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: 7.3.2
Encoding: UTF-8
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2025-08-18 11:02:09 UTC; jefferis
Author: Gregory Jefferis [aut, cre] (ORCID:
    <https://orcid.org/0000-0002-0587-9355>),
  James Manton [aut] (ORCID: <https://orcid.org/0000-0001-9260-3156>),
  Dominik Krzeminski [ctb] (ORCID:
    <https://orcid.org/0000-0003-4568-0583>)
Maintainer: Gregory Jefferis <jefferis@gmail.com>
Repository: CRAN
Date/Publication: 2025-08-18 12:00:02 UTC
Built: R 4.5.1; ; 2025-10-26 03:12:43 UTC; windows
