most.lhns: A comprehensive lateral horn neuron dataset

Description Usage Format Source References See Also Examples

Description

A dataset containing all of the FlyCircuit neurons that seem to have dendrites in the lateral horn (LH), as well as traced dye-fills from Frechter et al. 2019. The neurons are in the nat package's neuron format. As of v2.0 of this package, the names from these neurons have been modified from those used in Frechter et al. 2019 due to changes in the LH naming scheme as it was exapnded to all lateral horn neurons within the hemibrain (Scheffer et al. 2020).

Usage

1

Format

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

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

most.lhns.dps

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
library(nat)
head(most.lhns)
# summarise numbers of neurons per Primary Neurite tract
table(most.lhns[,'pnt'])

## Not run: 
good_lhns=subset(most.lhns, good.trace & !is.na(anatomy.group) &
                 anatomy.group!="notLHproper")
write.neurons(good_lhns, "/path/to/ouput/dir", subdir=file.path(pnt,anatomy.group),
              files=paste0(id, '.swc'))

## End(Not run)

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