
The following set of image synchronization services uses the image alignment results from the Informatics Data Processing Pipeline. Note: all locations on SectionImages are reported in pixel coordinates and all locations in 3-D ReferenceSpaces are reported in microns.
For a specified Atlas, find the closest annotated SectionImage and (x,y) location as defined by a seed SectionImage and seed (x,y) location.
http://api.brain-map.org/api/v2/image_to_atlas/[SectionImage.id].[xml|json]?x=[#]&y=[#]&z=[#]&atlas_id=[#]
For a seed location in SectionImage 68173101, locate the closest image and (x,y) position within the P56 coronal Atlas:
http://api.brain-map.org/api/v2/image_to_atlas/68173101.xml?x=6208&y=2368&atlas_id=1
XML or JSON document containing the following:
For a list of target SectionDataSets, find the closest SectionImage and (x,y) location as defined by a seed SectionImage and seed (x,y) pixel location.
http://api.brain-map.org/api/v2/image_to_image/[SectionImage.id].[xml|json]?x=[#]&y=[#]§ion_data_set_ids=[#,#,#...]
For seed location in SectionImage 68173101, locate the closest 3-D position in each input SectionDataSet.
http://api.brain-map.org/api/v2/image_to_image/68173101.xml?x=6208&y=2368§ion_data_set_ids=67810540,69782969
XML or JSON document containing the following for each SectionDataSet in the section_data_set_ids:
For a list of target SectionImages, find the closest (x,y) location as defined by a seed SectionImage and seed (x,y) location.
http://api.brain-map.org/api/v2/image_to_image_2d/[SectionImage.id].[xml|json]?x=[#]&y=[#]§ion_image_ids=[#,#,#...]
For a seed location in SectionImage 68173101, locate the closest 2-D position in each input SectionImage:
http://api.brain-map.org/api/v2/image_to_image_2d/68173101.xml?x=6208&y=2368§ion_image_ids=68173103,68173105,68173107
XML or JSON document containing the following for each SectionImage in the section_image_ids:
For a list of target SectionDataSets, find the closest SectionImage and (x,y) location as defined by a (x,y,z) location in a specified ReferenceSpace.
http://api.brain-map.org/api/v2/reference_to_image/[ReferenceSpace.id].[xml|json]?x=[#]&y=[#]&z=[#]§ion_data_set_ids=[#,#,#...]
For a 3-D seed location in the P56 ReferenceSpace, locate the closest image and (x,y) location for each input SectionDataSet.
http://api.brain-map.org/api/v2/reference_to_image/10.xml?x=6085&y=3670&z=4883§ion_data_set_ids=68545324,67810540
XML or JSON document containing the following for each SectionDataSet in the section_data_set_ids:
For a specified SectionImage and (x,y) location, return the (x,y,z) location in the ReferenceSpace of the associated SectionDataSet.
http://api.brain-map.org/api/v2/image_to_reference/[SectionImage.id].[xml|json]?x=[#]&y=[#]
For a location in SectionImage 68173101, return the (x,y,z) position in the associated ReferenceSpace.
http://api.brain-map.org/api/v2/image_to_reference/68173101.xml?x=6208&y=2368
RMA query to return the associated ReferenceSpace:
http://api.brain-map.org/api/v2/data/query.xml?criteria=
model::SubImage, rma::criteria,[id$eq68173101],
rma::include,data_set,
rma::options[only$eq'data_sets.id,data_sets.reference_space_id,sub_images.id']
XML or JSON document containing the (x,y,z) location in the associated ReferenceSpace.
For a list of target structures, find the closest SectionImage and (x,y) location as defined by the centroid of each Structure.
http://api.brain-map.org/api/v2/structure_to_image/[SectionDataSet.id].[xml|json]?structure_ids=[#,#,#...]
For each Structure in the input list, locate the closest image and (x,y) location in SectionDataSet 68545324:
http://api.brain-map.org/api/v2/structure_to_image/68545324.xml?structure_ids=315,698,1089,703,477,803,512,549,1097,313,771,354
XML or JSON document containing the following for each Structure in the structure_ids:
Explore how brain atlases are created and organized through ontologies. Learn about anatomical structure hierarchies and classification systems.
Learn to download 3-D expression grid data as NRRD files. Access voxel-level gene expression values for computational brain analysis.
Discover how to download .well-known files from Allen Institute resources. Access metadata and configuration information for data integration.