hemibrain_metrics: Neuron metrics for all neurons in the hemibrain dataset

hemibrain_metricsR Documentation

Neuron metrics for all neurons in the hemibrain dataset

Description

This data.frame give metrics for neurons, such as cable_lengths and pre/post synapse numbers and densities, broken down by putative compartment. E.g. axons versus dendrite. This has been calculated for neurons across the hemibrain dataset, hemibrain:v1.0.1. The file used to generate this can be found in this package, as data-raw/hemibrain_split_all_neurons.R. Neurons were split as described by hemibrain_precomputed_splitpoints. Note that the first two columns, pre and post are generated by neuPrint. They differ from similar numbers in other columns of this data.frame because 'pre' is later given as the numbers of outgoing connections (not presynapses) and some erroneous pre/post synapses will have been removed by hemibrain_skeleton_check. Overlap locality is calculated as the 'overlap score' (Frechter et al. 2019, eLife) between a neuron's axon and dendrite.

Usage

hemibrain_metrics

hemibrain_metrics_polypre_centrifugal_distance

hemibrain_metrics_polypre_centrifugal_synapses

Format

An object of class data.frame with 25114 rows and 63 columns.

An object of class data.frame with 22567 rows and 30 columns.

An object of class data.frame with 24693 rows and 63 columns.

Source

https://elifesciences.org/articles/44590

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). https://doi.org/10.7554/eLife.44590.

See Also

hemibrain_flow_centrality, hemibrain_precomputed_splitpoints, axonic_cable, dendritic_cable

Examples


head(hemibrain_metrics)
hist(hemibrain_metrics$overlap_locality,breaks = 1000)


natverse/hemibrainr documentation built on Nov. 27, 2024, 9:01 p.m.