Difference between revisions of "PSICQUIC Web Services for iRefIndex"

From irefindex
Line 1: Line 1:
 
These web services have not been officially released but are available for testing purposes.
 
These web services have not been officially released but are available for testing purposes.
 +
A publication is in preparation to describe these services (Aranda et al., in preparation).
 +
"PSICQUIC" is pronounced like the english word "psychic" as in the ability to perceive information hidden from the normal senses through extrasensory perception.
 +
 +
A number of use cases are envisioned for these services.  For example, once implemented by multiple interaction databases, they would allow a user to make a query for information at one database web-site and then have that query replicated at all other interaction databases (that have implemented the service interface). The user could then receive a compiled list of results that match their query regardless of the database that contains the information.
  
 
WSDL location :  
 
WSDL location :  

Revision as of 17:33, 28 December 2009

These web services have not been officially released but are available for testing purposes. A publication is in preparation to describe these services (Aranda et al., in preparation). "PSICQUIC" is pronounced like the english word "psychic" as in the ability to perceive information hidden from the normal senses through extrasensory perception.

A number of use cases are envisioned for these services. For example, once implemented by multiple interaction databases, they would allow a user to make a query for information at one database web-site and then have that query replicated at all other interaction databases (that have implemented the service interface). The user could then receive a compiled list of results that match their query regardless of the database that contains the information.

WSDL location : http://biotin.uio.no:8080/psicquic-ws/webservices/psicquic?wsdl

Get version; http://biotin.uio.no:8080/psicquic-ws/webservices/psicquic/getVersion

Available services: http://biotin.uio.no:8080/psicquic-ws/webservices/

Web interface at IntAct that implements these web-services from several databases: http://www.ebi.ac.uk/intact/psicquic-view/main.xhtml


REST service samples:

  1. http://biotin.uio.no:8080/psicquic-ws/webservices/current/search/query/species:4932
  2. http://biotin.uio.no:8080/psicquic-ws/webservices/current/search/query/species:9606


http://code.google.com/p/psicquic/


The format and content of the interaction data returned by these services is described at

http://irefindex.uio.no/wiki/README_iRefIndex_MITAB_6.0

Users are advised that there are differences between our implementation of these services and that of other databases. Most notably,

1) each PSI-MITAB line returned by these services represents a collection of experimental evidence from source databases that all provide support for some kind of interaction between the same set of proteins. Other PSICQUIC services will likely return one piece of evidence per line.

2) interactions between 3 or more proteins (n-ary data) is represented in the PSI-MITAB files using a bi-partite model (one of the first two columns is used to represent the complex and the second column is used to represent a member of the complex). Other PSICQUIC services will likely use a spoke model representation.

Please refer to our documentation above and documentation provided by other PSICQUIC providers if you plan to combine results from multiple services.