RESTful webservices for EMAGE images using a URL
EMAGE images can be queried (downloaded) by url in a web browser or other web client.
Information exchange is through RESTful webservices.
EMAGE assay jpg images
- http://www.emouseatlas.org/emagewebservices/phis/image/listall&type=jpg
It returns URI list of assay jpg images which have Creative Commons Attribution License.
The schema of the returned list XML is here.
- http://www.emouseatlas.org/emagewebservices/phis/image/EMAGE_accession.num
It returns the meta data and the download URI of a specific assay jpg image.
All valid EMAGE_accession.num are in the above listall results.
The schema of the returned image XML is here.
EMAGE Expression domain woolz images
- http://www.emouseatlas.org/emagewebservices/phis/image/listall&type=wlz, wholemount or voxel
It returns URI list of expression domain woolz images which have Creative Commons Attribution License.
The schema of the returned list XML is the same as above.
When type=wlz, it retuns all EMAGE Expression domain wlz images.
When type=wholemount, it returns wlz images only for wholemount expression images.
When type=voxel, it returns wlz images only for 3D expression images.
- http://www.emouseatlas.org/emagewebservices/phis/image/EMAGE_accession.num.strength.wholemount or voxel
It returns the meta data and the download URI of a specific wlz image.
All valid EMAGE_accession.num.strength.wholemount or voxel are in the above listall results.
The schema of the returned image XML is the same as above.