Skip to content

YijieYin/connectome_interpreter

Repository files navigation

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).

Example notebooks

Full Adult Fly Brain

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.

MaleCNS

Data obtained from neuPrint and Nern et al. 2024, with the help of neuprint-python.

Larva

Data from Winding et al. 2023. You can also e.g. visualise the neurons in 3D in catmaid.

Mapping known to unknown

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.

Structure-function relationship

Using connectome_interpreter, we compare the published connectomes against published experimental papers:

Notes

  • 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 yy432atcam.ac.uk :).

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 5

Languages