235 commitsLast commit ≈ 15 hours ago0 stars0 forks
Use this package to interface with the WikiPathways API. It provides programmatic access to WikiPathways content in multiple data and image formats, including official monthly release files and convenient GMT read/write functions.
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)
if (!requireNamespace("BiocManager", quietly=TRUE))
install.packages("BiocManager")
BiocManager::install("rWikiPathways")
Note: Be sure to use the latest Bioconductor and recommended R version
Unstable development code from this repo (at your own risk)
install.packages("devtools")
library(devtools)
install_github('wikipathways/rWikiPathways', build_vignettes=TRUE)
library(rWikiPathways)