iPTMnetR
A simple and lightweight client library for iPTMnet.
What is it
iPTMnetR is a thin wrapper around the rest api of iPTMnet database. It makes it very easy to query iPTMnet database and integrate the results into any existing bioinformatics pipeline.
See the Quick start for more details.
Installation
Install from CRAN
install.packages("iptmnetr")Install from github
- Install devtools
install.packages("devtools")
- Load devtools
library(devtools)
- Install from github
install_github("udel-cbcb/iptmnetr")
- Load the library
library(iptmnetr)