primary.neurite.tracts: Lateral horn primary neurite tracts as a dotprops object

Description Usage Format Source References See Also Examples

Description

The known primary neurite tracts that lateral horn neurons can take from their somata, from Frechter et al. 2018.

Usage

1

Format

An object of class neuronlist (inherits from list) of length 31.

Source

http://www.flycircuit.tw/

References

Frechter, Shahar, Alexander Shakeel Bates, Sina Tootoonian, Michael-John Dolan, James D. Manton, Arian Rokkum Jamasb, Johannes Kohl, Davi Bock, and Gregory Sxe Jefferis. 2019. “Functional and Anatomical Specificity in a Higher Olfactory Centre.” eLife 8 (May). doi:10.7554/eLife.44590

See Also

plot_pnts, lh_tract_data

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
library(nat)
plot_pnts()
plot3d(most.lhns, pnt=='AV6', col='black', soma=TRUE)

## a bit messy, so maybe try just with the spine (longest path of neuron)
# removes neurons
npop3d()
# nb UseStartPoint => longest path from soma
av6.spines=nlapply(subset(most.lhns, pnt=='AV6'), spine, UseStartPoint=TRUE)
plot3d(av6.spines, col='black')

jefferislab/lhns documentation built on Aug. 20, 2020, 10:10 p.m.