A collection of end-to-end data analysis workflows executed using BrainGlobe tools.
Project description
BrainGlobe Workflows
brainglobe-workflows
is a package that provides users with a number of out-of-the-box data analysis workflows employed in neuroscience, implemented using BrainGlobe tools.
These workflows represent the most common use-cases and are meant to be easy to reuse. They also serve as an example of how to combine several BrainGlobe tools (possibly together with other tools) to achieve a goal, such as whole brain cell detection and atlas registration.
You can view the full documentation for each workflow online. You can also find the documentation for the backend BrainGlobe tools these workflows use on our website.
At present, the package offers the following workflows to users:
- brainmapper: A command-line tool for whole-brain detection, registration, and analysis.
Additionally, this repository provides functionalities to support code developers. See the developer documentation for further details.
User documentation
Installation
At the moment, users can install all available workflows by running pip install
in your desired environment:
pip install brainglobe-workflows
brainglobe-workflows
is built using BrainGlobe tools, and it will automatically fetch the tools that it needs and install them into your environment.
Once BrainGlobe version 1 is available, this package will fetch all BrainGlobe tools and handle their install into your environment, to prevent potential conflicts from partial installs.
See the sections below for more information about the workflows and command-line tools provided.
brainmapper
Command Line Interface (CLI)
Whole-brain cell detection, registration and analysis.
If you want to just use the cell detection part of brainmapper
, please see the standalone cellfinder package and its napari
plugin.
brainmapper
is a workflow designed for the analysis of whole-brain imaging data such as serial-section imaging and lightsheet imaging in cleared tissue.
The aim is to provide a single solution for:
- Cell detection (initial cell candidate detection and refinement using deep learning) (using the cellfinder backend package),
- Atlas registration (using brainreg),
- Analysis of cell positions in a common space.
Basic usage:
brainmapper -s signal_images -b background_images -o output_dir --metadata metadata
Full documentation can be found here.
NOTE: The brainmapper
workflow previously used the name "cellfinder", but this has been discontinued following the release of the unified cellfinder
backend package to avoid conflation of terms.
See our blog post from the release for more information.
Developer documentation
This repository also includes workflow scripts that are benchmarked to support code development. These benchmarks are run regularly to ensure performance is stable, as the tools are developed and extended.
- Developers can install these benchmarks locally via
pip install .[dev]
. By executingasv run
, the benchmarks will run with default parameters on a small dataset that is downloaded from GIN. See the asv docs for further details on how to run benchmarks. - Developers can also run these benchmarks on data they have stored locally, by specifying the relevant paths in an input (JSON) file.
- We also maintain an internal runner that benchmarks the workflows over a large, exemplar dataset, of the scale we expect users to be handling. The result of these benchmarks are made publicly available.
Contributions to BrainGlobe are more than welcome. Please see the developer guide.
Citing brainglobe-workflows
If you use any tools in the brainglobe suite, please let us know, and we'd be happy to promote your paper/talk etc.
If you find brainmapper
useful, and use it in your research, please cite the paper outlining the cell detection algorithm:
Tyson, A. L., Rousseau, C. V., Niedworok, C. J., Keshavarzi, S., Tsitoura, C., Cossell, L., Strom, M. and Margrie, T. W. (2021) “A deep learning algorithm for 3D cell detection in whole mouse brain image datasets’ PLOS Computational Biology, 17(5), e1009074 https://doi.org/10.1371/journal.pcbi.1009074
If you use any of the image registration functions in brainmapper
, please also cite brainreg
.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for brainglobe-workflows-1.1.4.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | aa1bd554f629b14caf516d667c0d7f223d3d0d40d4319dc1e81400866004c1c8 |
|
MD5 | 27da5b946d02a0318ed663aef6bf1f01 |
|
BLAKE2b-256 | 55fcf58b0822072d009b33737a7b81ae97515eea4db6f3cef21f63fb3d7b48df |
Hashes for brainglobe_workflows-1.1.4-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ed392d80c350a438c29f4a5f8c772a2cbfa840983db2436f663f3388729b0806 |
|
MD5 | a01f78720feb8d3ca0b664640f1fcfa3 |
|
BLAKE2b-256 | 88b2e9c3a4cf60dfc7e00b20b7eba18419acad78c1146aa47475266310d73ae3 |