https://github.com/janeliascicomp/neuronbridge
EM/LM neuron search
https://github.com/janeliascicomp/neuronbridge
aws drosophila janelia neuroimaging neurons neuroscience
Last synced: about 1 month ago
JSON representation
EM/LM neuron search
- Host: GitHub
- URL: https://github.com/janeliascicomp/neuronbridge
- Owner: JaneliaSciComp
- License: bsd-3-clause
- Created: 2020-04-20T21:29:13.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-03-12T14:24:17.000Z (2 months ago)
- Last Synced: 2025-03-29T08:02:08.714Z (about 2 months ago)
- Topics: aws, drosophila, janelia, neuroimaging, neurons, neuroscience
- Language: JavaScript
- Homepage: https://neuronbridge.janelia.org
- Size: 38.4 MB
- Stars: 4
- Watchers: 6
- Forks: 1
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# NeuronBridge
[](https://zenodo.org/badge/latestdoi/257408159)
[](https://github.com/JaneliaSciComp/neuronbridge/actions/workflows/node.js.yml)
[](https://www.biorxiv.org/content/10.1101/2022.07.20.500311v1)
[](https://twitter.com/NeuronBridge)
![]()
NeuronBridge is a web-based service for neuron matching and searching in _Drosophila melanogaster_. It indexes large data sets of LM and EM imagery to enable finding similar neurons across modalities and data sets. The software is described in [this paper](https://doi.org/10.1186/s12859-024-05732-7).
[](https://neuronbridge.janelia.org/)
## Source Code
This repository contains the web client. Other related repositories:
* [neuronbridge-services](https://github.com/JaneliaSciComp/neuronbridge-services) - Backend implementation
* [neuronbridge-aligners](https://github.com/JaneliaSciComp/neuronbridge-aligners) - Aligner implementation
* [neuronbridge-precompute](https://github.com/JaneliaSciComp/neuronbridge-precompute) - Precompute scripts
* [neuronbridge-python](https://github.com/JaneliaSciComp/neuronbridge-python) - Python API
* [neuronbridge-vol-viewer](https://github.com/JaneliaSciComp/neuronbridge-vol-viewer) - Web-based 3D Volume Viewer
* [colormipsearch](https://github.com/JaneliaSciComp/colormipsearch) - Color Depth MIP Search Algorithms## Data Availability
The imagery and metadata are stored on AWS S3, and are available for browsing and reuse, subject to the license agreement:
* [Color Depth MIPS](https://open.quiltdata.com/b/janelia-flylight-color-depth)
* [Precomputed CDM match metadata](https://open.quiltdata.com/b/janelia-neuronbridge-data-prod)
* [Precomputed PPPM match metadata](https://open.quiltdata.com/b/janelia-ppp-match-prod)## Release Notes
View the [Release Notes](public/RELEASENOTES.md) for a history of changes to the web client.
## Development
Read the [Developer's Guide](docs/Development.md) for more information about developing and deploying this service.
## License
All code related to NeuronBridge is made available under the [3-Clause BSD License](LICENSE.md).
All data served by the application is made available under the [Creative Commons Attribution 4.0 International License](https://creativecommons.org/licenses/by/4.0/).
Studies and publications that use this software should cite [doi:10.1101/2022.07.20.500311]().