Difference between revisions of "PSICQUIC Web Services for iRefIndex"

From irefindex
(Removed port numbers, fixed links, tidied up.)
Line 1: Line 1:
These web services been been officially released and are further described in a Nature Methods article [http://www.nature.com/nmeth/journal/v8/n7/full/nmeth.1637.html available here]
+
These web services been been officially released and are further described in a Nature Methods article [http://www.nature.com/nmeth/journal/v8/n7/full/nmeth.1637.html available here].
  
 
"PSICQUIC" is pronounced like the English word "psychic" as in the ability to perceive information hidden from the normal senses through extrasensory perception.
 
"PSICQUIC" is pronounced like the English word "psychic" as in the ability to perceive information hidden from the normal senses through extrasensory perception.
Line 8: Line 8:
  
 
WSDL locations:
 
WSDL locations:
*http://irefindex.uio.no:8080/psicquic-ws/webservices/psicquic?wsdl
+
*http://irefindex.uio.no/psicquic-ws/webservices/psicquic?wsdl
*http://irefindex.uio.no:8081/psiscore-ws/webservices/psiscore?wsdl
+
*http://irefindex.uio.no/psiscore-ws/webservices/psiscore?wsdl
  
 
Version information:
 
Version information:
*http://irefindex.uio.no:8080/psicquic-ws/webservices/psicquic/getVersion
+
*http://irefindex.uio.no/psicquic-ws/webservices/psicquic/getVersion
  
 
Available services:
 
Available services:
*http://irefindex.uio.no:8080/psicquic-ws/webservices/
+
*http://irefindex.uio.no/psicquic-ws/webservices/
*http://irefindex.uio.no:8081/psiscore-ws/webservices/
+
*http://irefindex.uio.no/psiscore-ws/webservices/
  
 
All active services:
 
All active services:
Line 22: Line 22:
  
 
REST service samples:
 
REST service samples:
*http://irefindex.uio.no:8080/psicquic-ws/webservices/current/search/query/species:4932
+
*http://irefindex.uio.no/psicquic-ws/webservices/current/search/query/species:4932
*http://irefindex.uio.no:8080/psicquic-ws/webservices/current/search/query/species:9606
+
*http://irefindex.uio.no/psicquic-ws/webservices/current/search/query/species:9606
  
 
More details about the project:
 
More details about the project:
Line 31: Line 31:
 
*http://www.ebi.ac.uk/Tools/webservices/psicquic/view/main.xhtml
 
*http://www.ebi.ac.uk/Tools/webservices/psicquic/view/main.xhtml
  
The format and content of the interaction data returned by these services is described at
+
The format and content of the interaction data returned by these services is described on the [[README_MITAB2.6_for_iRefIndex]] page.
  
http://irefindex.uio.no/wiki/README_MITAB2.6_for_iRefIndex_8.0
+
===Changes from last version===
 +
 
 +
There are major changes between iRefindex PSICQUIC service version 1.1.5 and version 1.1.6. In 1.1.5 the results returned were interaction-centric (one line in the results representing one binary interaction or a complex membership). From 1.1.6 onwards the results will be experiment-centric (one line per evidence per source). The new extended PSI MI-TAB (version 2.6) is used in the implementation, but only the first 15 columns will be available at the moment in order to maintain compatibility with other services. For further details on the returned results please refer the [[README_MITAB2.6_for_iRefIndex]] page.
  
===Changes from last version===
+
The second major change is the usage of UniProt and RefSeq identifiers as uidA and uidB whenever that is possible.
There are major changes between iRefindex psicquic service version 1.1.5 and version 1.1.6. In 1.1.5 the results returned were interaction centric (one line in results representing one binary interaction or a complex membership). From 1.1.6 onwards the results will be experimental centric (one line per evidence per source). The new extended PSI MI-TAB (version 2.6) is used in the implementation but, only the first 15 columns will be available at the moment in order to maintain cross compatibility. For further details on the returned results please refer the following WIKI page;
 
*http://irefindex.uio.no/wiki/README_MITAB2.6_for_iRefIndex_8.0
 
The second major change is the usage of UniProt and RefSeq identifiers as uidA and uidB when ever that is possible.
 
  
 
Users are advised that there are differences between our implementation of these services and that of other databases.
 
Users are advised that there are differences between our implementation of these services and that of other databases.
Most notably,  
+
Most notably, interactions between 3 or more proteins (n-ary data) are 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.
 
 
# 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.
 
Please refer to our documentation above and documentation provided by other PSICQUIC providers if you plan to combine results from multiple services.
  
==Main iRefIndex page==
+
== Main iRefIndex Page ==
  
 
http://irefindex.uio.no/
 
http://irefindex.uio.no/

Revision as of 15:29, 27 September 2011

These web services been been officially released and are further described in a Nature Methods article available here.

"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.

Note that only the first 15 columns of the iRefIndex MITAB files are returned from this service. The full data set is available via FTP download here and via iRefWeb.

WSDL locations:

Version information:

Available services:

All active services:

REST service samples:

More details about the project:

IntAct PSICQUIC View:

The format and content of the interaction data returned by these services is described on the README_MITAB2.6_for_iRefIndex page.

Changes from last version

There are major changes between iRefindex PSICQUIC service version 1.1.5 and version 1.1.6. In 1.1.5 the results returned were interaction-centric (one line in the results representing one binary interaction or a complex membership). From 1.1.6 onwards the results will be experiment-centric (one line per evidence per source). The new extended PSI MI-TAB (version 2.6) is used in the implementation, but only the first 15 columns will be available at the moment in order to maintain compatibility with other services. For further details on the returned results please refer the README_MITAB2.6_for_iRefIndex page.

The second major change is the usage of UniProt and RefSeq identifiers as uidA and uidB whenever that is possible.

Users are advised that there are differences between our implementation of these services and that of other databases. Most notably, interactions between 3 or more proteins (n-ary data) are 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.

Main iRefIndex Page

http://irefindex.uio.no/

All iRefIndex Pages

Follow this link for a listing of all iRefIndex related pages (archived and current).