This package is intended to be used for interpreting connectomics data.
To install:
pip install connectome-interpreter
Or to install the bleeding edge development version:
pip install git+https://github.com/YijieYin/connectome_interpreter.git
Documentation here (with some text snippets explaining various things).
Data obtained from Dorkenwald et al. 2024, Schlegel et al. 2024, and Matsliah et al. 2024. To visualise the neurons, you can use this url: https://tinyurl.com/flywire783. By using the connectivity information, you agree to follow the FlyWire citation guidelines and principles.
- central brain, single-neuron level (recommended. Shows a variety of capabilities)
- full brain, single-neuron level
- right hemisphere optic lobe, single-neuron level
Data obtained from neuPrint and Nern et al. 2024, with the help of neuprint-python.
Data from Winding et al. 2023. You can also e.g. visualise the neurons in 3D in catmaid.
To facilitate neural circuit interpretation, we compile a list of cell types with known, experimentally tested, functions. This example notebook uses this list for query of neuron receptive field. The list aims to serve as a quick look-up of literature, instead of a stipulation of neural function.
- Everyone is given edit access, to help make the list more comprehensive and correct, and to make sure the publications you care about are cited correctly. Your contributions would be much appreciated. Please handle with care.
- When multiple entries are to be added in the same cell (e.g. when multiple publications are related to the same cell type), please separate the entries with
;
(semicolon + space), to facilitate programmatic access.
Using connectome_interpreter
, we compare the published connectomes against published experimental papers:
- Taisz et al. 2023: Generating parallel representations of position and identity in the olfactory system (paper)
- Huaviala et al. 2020: Neural circuit basis of aversive odour processing in Drosophila from sensory input to descending output (paper)
- Frechter et al. 2019: Functional and anatomical specificity in a higher olfactory centre (paper)
- Olsen et al. 2010: Divisive normalization in olfactory population codes (paper)
- Pre-processed connectomics data (and scripts used for pre-processing) are here, in
scipy.sparse.matrix
(.npz
) format for the adjacency matrices; and in.csv
for the metadata. - For dataset requests / feature requests / feedback, please make an issue or email me at
yy432
atcam.ac.uk
:).