wikipathways / old-rwikipathways

R client package for the WikiPathways API.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

R client package for the WikiPathways API.

License:MIT License


Languages

Language:R 99.2%Language:Rebol 0.8%