rWikiPathways

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.

6
mentions
2
contributors
235 commitsLast commit ≈ 15 hours ago0 stars0 forks

Description

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:

Getting Started

How to install

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)
Keywords
Programming languages
  • HTML 95%
  • R 5%
License
</>Source code
Codeberg logo
Packages
bioconductor.org
packages.debian.org

Participating organisations

Gladstone Institutes
Maastricht University

Mentions

Contributors

AP
Alexander Pico
Author and Creator
Gladstone Institutes