3D atlas analysis and annotation
Project description
MagellanMapper
MagellanMapper is a graphical imaging informatics suite for 3D reconstruction and automated analysis of whole specimens and atlases. Its design philosophy is to make the raw 3D images as accessible as possible, simplify annotation from nuclei to atlases, and scale from the laptop or desktop to the cloud in cross-platform environments.
Quick Reference
- Docs are now on ReadTheDocs!
- NEW: Vignette of pipelines
- Installation (more details)
- Intro to running MagellanMapper
- Using the viewers
- Command-line interface
- Configuration and settings
- Publications
Quick Install
Install MagellanMapper with its graphical interface and registration tools:
pip install "magellanmapper[gui,itk]"
Then launch MagellanMapper:
mm
Full Install
Alternatively, Conda can be used to install MagellanMapper along with support for importing proprietary image file formats (note: not currently working on Apple Silicon (Mac M-chip) platforms):
conda env create -n mag -f https://raw.githubusercontent.com/sanderslab/magellanmapper/master/envs/environment_rel.yml
Then activate the environment (mag
) and run MagellanMapper:
conda activate mag
mm
If you have Java, you can do the same through Pip:
pip install "magellanmapper[most]" --extra-index-url https://pypi.fury.io/dd8/
The extra index accesses a few customized dependencies for MagellanMapper.
For the latest updates and fixes, download from Git and install:
git clone https://github.com/sanderslab/magellanmapper.git
cd magellanmapper
conda env create -n mag -f environment.yml
python run.py
Or for Pip, replace the conda
line with:
pip install -e ".[most]" --extra-index-url https://pypi.fury.io/dd8/
More ways to install and run
See the install docs for more details, including:
- Installer scripts, which install Miniconda and MagellanMapper without requiring command-line usage
- Installer packages, for point-and-click installation
Using MagellanMapper
MagellanMapper consists of a graphical user interface (GUI), command-line interface (CLI), and application programming interface (API) for Python programmatic access. See the GUI docs for graphical usage and the CLI docs for scripting.
For automated tasks, see the sample_cmds_bash.ipynb
Jupyter Notebook (or the older sample_cmds.sh
script) that shows examples of running the CLI and exploring images in the GUI. See ReadTheDocs for more details, including viewer shortcuts and customizing settings for your image analysis.
Have a question? Found a bug? Want a feature? Please ask!
Image file import
Large images or proprietary microscopy formats such as CZI can be imported by MagellanMapper into NumPy format, which allows on-the-fly loading to reduce memory requirements and initial loading time. In the "Import" tab, you can select files, view and update metadata, and import the files.
Medical imaging formats such as .mha
(or .mhd/.raw
) and .nii
(or .nii.gz
) can be opened with the SimpleITK/SimpleElastix library and do not require separate import.
Sample 3D data
To try out functions with sample images, download any of these files:
- Sample region of nuclei at 4x (
sample_region.zip
) - Sample downsampled tissue cleared whole brain (
sample_brain.zip
) - Allen Developing Mouse Brain Atlas E18.5 (
ADMBA-E18pt5.zip
)
Related publications and datasets
- For more information on the methods used for 3D atlas construction, please see: https://elifesciences.org/articles/61408
- For step-by-step instructions on using v1.3.x of the software, please see: https://currentprotocols.onlinelibrary.wiley.com/doi/abs/10.1002/cpns.104 (now open access on PubMed!); see ReadTheDocs for ongoing updates
- The 3D reconstructed versions of the Allen Developing Mouse Brain Atlas: https://search.kg.ebrains.eu/instances/Project/b8a8e2d3-4787-45f2-b010-589948c33f20
- Sample wild-type whole mouse brains at age P0: https://search.kg.ebrains.eu/instances/Dataset/2423e103-35e9-40cf-ab0c-0e3d08d24d5a
Licensed under the open-source BSD-3 license
Author: David Young, 2017, 2023, Stephan Sanders Lab
Project details
Release history Release notifications | RSS feed
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
File details
Details for the file magellanmapper-1.6b4.tar.gz
.
File metadata
- Download URL: magellanmapper-1.6b4.tar.gz
- Upload date:
- Size: 451.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b29e7f904d968f565442ebd40c74dcb043b7840efb904aed8fc2684b1137c3e5 |
|
MD5 | b629bb39f4966ac835913ed4f5f59ce0 |
|
BLAKE2b-256 | a8ddf40f294726c06a7b834e001e3114c7c080690f21224ebac86004ae6a9e38 |
File details
Details for the file magellanmapper-1.6b4-py3-none-any.whl
.
File metadata
- Download URL: magellanmapper-1.6b4-py3-none-any.whl
- Upload date:
- Size: 487.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f6213525b8a7b064808745d2060810a19834e26b1994239ca805c61ec7ef2c03 |
|
MD5 | 0c22056e39d561d457f74d47865e2de4 |
|
BLAKE2b-256 | 9d547052454b67e3c6aa36414e4ca80c1e72a85bf3ad4947e607ce5291a0dae8 |