neXtA5 services

Document triage service

The triage function is an essential element of the curation system directly integrated into neXtA5, but also available through a special API developed on a HTTP POST protocol. This service provides a ranked list of documents for a gene-centric curation request.

The base URL is :

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

Parameters

gene parameter is mandatory as it specifies the name of the researched entity.

The following parameters are available :

Example

The following URL provides a list of publications corresponding to the kinase IRAK4, ranked for their relevance to the Biological Process curation.

http://candy.hesge.ch/neXtA5/webservice/ranking/json?gene=IRAK4&axis=GO_BP

Output

The output is provided in JSON format :

[ { "abstract":"TLR signal transduction involves a MyD88-mediated pathway [...].", "title":"Role of IRAK4 and IRF3 in the control of intracellular infection with Chlamydia pneumoniae.", "biomedScore":12.829, "neXtA5Score":17.5461, "pubDate":"2007", "publicationId":"17360955", "statements":6 }, ... ]

Output fields for each document are :

Getting Help

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