neXtA5 services

Annotations service

This service aims to provide the so-called triplets {subject – relation – object} for annotation. It directly interrogates the BioMed database and fetches the annotations generated by neXtA5 depending of the requested PMID/axis .

The base URL is :

http://candy.hesge.ch/neXtA5/webservice/publicationStatements/json?

Parameters

The following parameters are available :

Example

The following URL provides the complete set of diseases annotations related to the kinase IRAK4 in PMID 24030499.

http://candy.hesge.ch/neXtA5/webservice/publicationStatements/json?publicationSource=PMID&publicationId=24030499&axis=GO_BP&gene=IRAK4

Output

The output is provided in JSON format :

{ "data": { "gene": "IRAK4", "annotations": [{ "proposedObject": { "name": "interferon production", "id": "GO:0001816" }, "passage": "Innate immune interleukin-1 receptor-associated kinase 4 exacerbates viral myocarditis by reducing CCR5(+) CD11b(+) monocyte migration and impairing interferon production.", "proposedRelation": { "name": "causes disease", "id": "" }, "proposedEco": { "name": "", "id": "" }, "position": 0 }, ...], "axis": "GO_BP", "publicationId": "24030499", "error": "" }, "success": true }

Output fields for each document are :

Getting Help

You can contact us for questions specifically relating to this service.