wikipathways / old-rwikipathways

R client package for the WikiPathways API.
MIT License
1 stars 0 forks source link
bioinformatics database-access r-package wikipathways

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