Skip to content

R client package for the WikiPathways API.

License

Notifications You must be signed in to change notification settings

wikipathways/old-rwikipathways

 
 

Repository files navigation

R Client Package for WikiPathways

Travis-CI Build Status

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:

How to install

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)

Examples

Releases

No releases published

Packages

No packages published

Languages

  • R 99.2%
  • Rebol 0.8%