Brainways
Brainways
Overview¶
Brainways is an AI-powered tool designed for the automated analysis of brain-wide activity networks from fluorescence imaging in coronal slices. It streamlines the process of registration, cell quantification, and statistical comparison between experimental groups, all accessible through a user-friendly interface without requiring programming expertise. For advanced users, Brainways also offers a flexible Python backend for customization.
Key Features¶
Brainways simplifies complex analysis workflows into manageable steps:
- Rigid Registration: Aligns coronal slices to a 3D reference atlas.
- Non-rigid Registration: Refines alignment to account for individual variations and tissue distortions.
- Cell Detection: Automatically identifies cells using the StarDist algorithm.
- Quantification: Counts cells within defined brain regions.
- Statistical Analysis:
- Performs ANOVA contrast analysis between experimental conditions.
- Conducts Partial Least Squares (PLS) analysis.
- Generates network graphs visualizing brain-wide activity patterns.
Getting Started¶
!!! note "Windows GPU Support Pre-installation" If you plan to use Brainways with GPU acceleration on Windows, you must install GPU-compatible versions of PyTorch and TensorBoard before installing Brainways. Follow the instructions on the PyTorch and TensorBoard websites. Once these dependencies are met, proceed with the Brainways installation below.
Install and launch the Brainways user interface using pip:
pip install brainways
brainways ui
For a detailed walkthrough, please refer to our Getting Started Guide.
!!! tip "Achieving Reliable Results" To ensure the best possible outcomes with Brainways, we highly recommend reviewing our Best Practices Guide.
Architecture¶
Brainways is built as a monorepo containing two primary components:
brainways
: The core library housing all backend functionalities, including registration algorithms, quantification logic, and statistical tools. It can be used programmatically via Python for custom workflows. The automatic registration model inference code resides within thebrainways.model
subpackage.brainways.ui
: A napari plugin providing the graphical user interface for interactive analysis.
Development Status¶
Brainways is under active development by Ben Kantor at the Bartal Lab, Tel Aviv University, Israel. Check out our releases page for the latest updates.
Citation¶
If Brainways contributes to your research, please cite our publication: Kantor and Bartal (2025).
@article{kantor2025mapping,
title={Mapping brain-wide activity networks: brainways as a tool for neurobiological discovery},
author={Kantor, Ben and Ruzal, Keren and Ben-Ami Bartal, Inbal},
journal={Neuropsychopharmacology},
pages={1--11},
year={2025},
publisher={Springer International Publishing Cham}
}
License¶
Brainways is distributed under the terms of the GNU GPL v3.0 license. It is free and open-source software.
Issues and Support¶
Encountering problems? Please file an issue on our GitHub repository with a detailed description of the problem.
Supported data:
- Information not submitted
Plugin type:
Open extension:
GitHub activity:
- Stars: 16
- Forks: 3
- Issues + PRs: 7
GitHub activity:
- Stars: 16
- Forks: 3
- Issues + PRs: 7
Requirements:
- aicsimageio[base-imageio]==4.14.0
- aicspylibczi
- brainglobe-atlasapi
- click
- dacite
- datasets
- fsspec
- huggingface-hub
- importlib-resources
- itk-elastix
- kornia
- napari[all]>=0.5.0
- natsort
- networkx
- numpy<2.0.0
- opencv-contrib-python-headless
- opencv-python-headless
- openpyxl
- pandas
- paquo
- qtpy
- scikit-image
- scikit-learn
- scikit-posthocs
- stardist
- statsmodels
- tensorflow
- toml
- torch
- torchvision
- lightning
- tqdm
- scyjava
- jpype1==1.5.0
- albumentations==2.0.5
- jsonargparse<5.0.0,>=4.0.0
- timm<2.0.0,>=1.0.0