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?
gene parameter is mandatory as it specifies the name of the researched entity.
The following parameters are available :
Regardless of the selected axis, the thesaurus is always based on the ontology available on DisProt :
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
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
Output fields for each document are :
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
You can contact us for questions specifically relating to this service.