R Client library for the WikiPathways API (https://webservice.wikipathways.org/) (license: MIT).
WikiPathays is described in the following papers:
If you like this package, or want to make it easier to work with Xrefs, then you may also like these R packages:
Official bioconductor releases (recommended)
source("https://bioconductor.org/biocLite.R")
biocLite("rWikiPathways")
Unstable development code from this repo (at your own risk)
install.packages("devtools")
library(devtools)
install_github('wikipathways/rWikiPathways', build_vignettes=TRUE)
library(rWikiPathways)