SIBiLS-Disprot services

Document triage service

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

The base URL is :

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

Parameters

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

The following parameters are available :

Thesaurus

Regardless of the selected axis, the thesaurus is always based on the ontology available on DisProt :

Example

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

http://candy.hesge.ch/disprot/webservice/ranking/json?gene=PAGE4&axis=3

Output

The output is provided in JSON format :

[ { "abstract":"The cancer/testis antigens (CTAs) are [...].", "title":"The cancer/testis antigen prostate-associated gene 4 (PAGE4) is a highly intrinsically disordered protein.", "neXtA5Score":74.7, "pubDate":2011, "publicationId":"21357425", "statements":7 }, ... ]

Output fields for each document are :

Processing full-texts

The triage service can also be applied to full-texts from PubMed Central. To query this collection, the base URL is :

http://candy.hesge.ch/disprot/webservice/ranking/PMC/json?

E.g. http://candy.hesge.ch/disprot/webservice/ranking/PMC/json?gene=PAGE4&axis=3

Getting Help

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