BrainGlobe version 1 is here! Head over to the blog to find out more

BrainGlobe Atlas API (brainglobe-atlasapi)#

Many excellent brain atlases exist for different species. Some of them have an API (application programming interface) to allow users to interact with the data programmatically (e.g. the excellent Allen Mouse Brain Atlas), but many do not, and there is no consistent way to process data from multiple sources.

The brainglobe atlas API deals with this problem by providing a common interface for programmers to download and process data from multiple sources.

Each atlas consists of data files in a common format:

  • A “reference” image of a brain (.tiff)

  • An “annotation” image, with each brain region defined by a unique pixel value (.tiff)

  • Meshes defining the surface of each brain region (.obj)

  • A mapping of brain region pixel value to region name, and structure hierarchy (.json)

  • Metadata defining the shape, orientation etc. of the data, and other info such as animal species and authors (.json)

Atlases available#

A number of atlases are in development, but those available currently are:

Installation#

BrainGlobe AtlasAPI works with Python >=3.9, and can be installed from PyPI with:

pip install brainglobe-atlasapi

Usage#

More details#

Citation#

If you find the BrainGlobe Atlas API useful, please cite the paper in your work:

Claudi, F., Petrucco, L., Tyson, A. L., Branco, T., Margrie, T. W. and Portugues, R. (2020). BrainGlobe Atlas API: a common interface for neuroanatomical atlases. Journal of Open Source Software, 5(54), 2668, https://doi.org/10.21105/joss.02668

Don’t forget to cite the developers of the atlas that you used!