Help:WikiPathways Webservice

From WikiPathways

(Difference between revisions)
Jump to: navigation, search
(added link for scripts at github)
Current revision (19:15, 30 August 2021) (view source)
m (Protected "Help:WikiPathways Webservice" [edit=sysop:move=sysop])
 
(4 intermediate revisions not shown.)
Line 3: Line 3:
{|
{|
  |
  |
-
WikiPathways can be accessed programmatically through a [http://wikipedia.org/wiki/Representational_state_transfer REST web service]. These services provide powerful means to query, access and interact with the pathway content at WikiPathways.  
+
WikiPathways can be accessed programmatically through a REST web service. These services provide powerful means to query, access and interact with the pathway content at WikiPathways.  
  |rowspan="2" valign="top"|__TOC__
  |rowspan="2" valign="top"|__TOC__
  |-
  |-
Line 9: Line 9:
== API Reference ==
== API Reference ==
-
See the [[{{FULLPAGENAME}}/API|API reference]] page for a list of available web service functions and data structures.
+
See the [https://webservice.wikipathways.org Swagger] page for a list of available web service functions and data structures.
=== Java libraries ===
=== Java libraries ===
Line 21: Line 21:
Below is a short list of libraries for popular programming languages that might help you work with the WikiPathways web service.
Below is a short list of libraries for popular programming languages that might help you work with the WikiPathways web service.
 +
* R: The rWikiPathways package with vignettes at [https://bioconductor.org/packages/release/bioc/html/rWikiPathways.html bioconductor].
* Java: Java API client with code examples at [https://github.com/wikipathways/wikipathways-api-client-java github].
* Java: Java API client with code examples at [https://github.com/wikipathways/wikipathways-api-client-java github].
* Perl: Perl API client with code examples at [https://github.com/wikipathways/wikipathways-api-client-perl github].
* Perl: Perl API client with code examples at [https://github.com/wikipathways/wikipathways-api-client-perl github].
* Php: Example scripts at [https://github.com/wikipathways/scripts/ github].
* Php: Example scripts at [https://github.com/wikipathways/scripts/ github].
* Python: Python API client with code examples at [https://github.com/wikipathways/wikipathways-api-client-py github].
* Python: Python API client with code examples at [https://github.com/wikipathways/wikipathways-api-client-py github].
-
* R: Example scripts at [https://github.com/wikipathways/scripts/ github].
 
== Other Examples ==
== Other Examples ==
Line 32: Line 32:
[http://www.helixsoft.nl/blog/?p=153 This blog post] contains an example of how to use the WikiPathways webservice in Groovy.
[http://www.helixsoft.nl/blog/?p=153 This blog post] contains an example of how to use the WikiPathways webservice in Groovy.
-
 
-
=== Shell script ===
 
-
Andra Waagmeester contributed several linux shell scripts to call the web service: [http://www.bigcat.unimaas.nl/~andra/WP_bashscripts/ download the scripts here].
 
-
The [http://xmlstar.sourceforge.net xmlstarlet] tool makes it easy to parse the results. Below is an example on how to parse the results.
 
-
 
-
<pre><nowiki>
 
-
./listPathways.sh |\
 
-
sed "s/<[A-Za-z0-9]*:/</g"|\ # remove the namespaces
 
-
sed "s/<\/[A-Za-z0-9]*:/<\//g"|\ # remove the closing namespaces
 
-
 
-
xml sel -t -m //pathways -v "concat(id,',',name,',',species,',',revision,',',url)" -n
 
-
</nowiki></pre>
 
== How to cite ==
== How to cite ==

Current revision

Web Services for WikiPathways

WikiPathways can be accessed programmatically through a REST web service. These services provide powerful means to query, access and interact with the pathway content at WikiPathways.

Contents

API Reference

See the Swagger page for a list of available web service functions and data structures.

Java libraries

You can get a high-level API to the WikiPathways web service here: source compiled binaries (choose the most recent wikipathways_client_bin-*).

Working with GPML

The pathways on WikiPathways are stored in the GPML format. This is an XML format and can be processed in any programming language. See here for the GPML specification. If you are developing in Java, we recommend using our Java libraries.

Libraries

Below is a short list of libraries for popular programming languages that might help you work with the WikiPathways web service.

  • R: The rWikiPathways package with vignettes at bioconductor.
  • Java: Java API client with code examples at github.
  • Perl: Perl API client with code examples at github.
  • Php: Example scripts at github.
  • Python: Python API client with code examples at github.

Other Examples

Groovy

This blog post contains an example of how to use the WikiPathways webservice in Groovy.

How to cite

Kelder T, Pico AR, Hanspers K, van Iersel MP, Evelo C, Conklin BR. (2009) Mining Biological Pathways Using WikiPathways Web Services. PLoS ONE 4(7): doi:10.1371/journal.pone.0006447


Return to Help Contents

Personal tools