Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

NeuroAnatomy Toolbox: An R package for the (3D) visualisation and analysis of biological image data, especially tracings of single neurons.

NotificationsYou must be signed in to change notification settings

natverse/nat

Repository files navigation

natverseDOIRelease VersionCRAN_Status_BadgeR-CMD-checkCoverage StatusDocsDownloads

An R package for the (3D) visualisation and analysis of biological image data, especially tracings ofsingle neurons.nat is the core package of a wider suite of neuroanatomytools introduced athttp://natverse.github.io.nat (and itsancestors)have been used in a number of papers from our group including:

Cell 2007 CoverCB 2010 CoverFood and Pheromone IntegrationCell 2013 AbstractNeuron 2016

Quick Start

For the impatient ...

# installinstall.packages("nat")# uselibrary(nat)# plot some test data (?kcs20 for details)# Drosophila Kenyon cells processed from raw data formerly available at# flycircuit.twhead(kcs20)open3d()plot3d(kcs20,col=type)# get help?nat

Installation

A confirmed stable version ofnat can be installed from CRAN.

install.packages("nat")

However,nat remains under quite active development, so if you will beusingnat extensively, we generallyrecommend installing the latest development version directly from github usingthedevtools package.

# install devtools if requiredif (!requireNamespace("devtools")) install.packages("devtools")# then install natdevtools::install_github("natverse/nat")

Learn

To get an idea of whatnat can do:

When you're ready to learn more:

Help

If you want some help usingnat:

  • For installation issues, see theInstallation vignette
  • Contactnat-user Google group -we normally respond promptly and you will also be helping future users.

If you think that you have found a bug:

  • Install the development version of nat using devtools (see above) and see ifthat helps.
  • Check thegithub issues and

Thanks for your interest innat!

About

NeuroAnatomy Toolbox: An R package for the (3D) visualisation and analysis of biological image data, especially tracings of single neurons.

Topics

Resources

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Contributors12

Languages


[8]ページ先頭

©2009-2025 Movatter.jp