API: Mouse Connectivity Resources
Table of Contents |
---|
Mouse Connectivity Projection Data: Informatics Data Processing Pipeline
Allen Brain Atlas API
The primary data of the Allen Mouse Brain Connectivity Atlas consists consists of high-resolution images of axonal projections targeting different anatomic regions or various cell types using Cre-dependent specimens. The Each data set is processed through an informatics data processing pipeline produces results that enable the navigation, analysis and visualization of this data.
The output of the pipeline is quantified signal values at a grid voxel level and at a structure level according to the integrated reference atlas ontology. The grid level data are used downstream to provide an on-the-fly data and search service and to support visualization of spatial relationships.
Refer to the informatics whitepaper for detailed methods used in the pipeline.
...
analysis pipeline to obtain spatially mapped quantified projection information.
From the API, you can:
Download images
Download quantified projection values by structure
Download quantified projection values as 3-D grids
Query the image synchronization service
Download atlas images, drawings and structure ontology
This document provides a brief overview of the data, database organization and example queries. API database object names are in camel case. See the main API documentation for more information on data models and query syntax.
Experimental Overview and Metadata
Experimental data from the Atlas is associated with the "Mouse Connectivity Projection" Product.
...
Labeled axons are visualized using serial two-photon tomography. A typical dataset SectionDataSet consists of 140 coronal images at 100 µm sampling density. Each image has 0.35 µm pixel resolution and raw data is in 16-bit per channel format.
From the API, detailed information about images, injection annotation and transgenic lines SectionDataSets, SectionImages, Injections and TransgenicLines can be obtained using RMA queries.
Examples:
- All experiments in the "Mouse Connectivity Projection" Product
- All experiments with injection in the primary visual area (VISp, structure_id=385)
- Detailed metadata for one experiment with injection in the VISp (id=126862385) (http://iwarehouseapi.brain-map.org/api/v2/data/query.xml?criteria=model::SectionDataSet,rma::criteria,%5Bid$eq126862385%5D,rma::include,specimen(injections(structure%5Bid$eq385%5D)),equalization,sub_images,rma::options%5Border$eq'sub_images.section_number$asc'%5D)
Figure: Projection dataset (id=126862385) with injection in the primary visual area (VISp) as visualized in the web application image viewer.
...