Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
R
 
 
 
 
man
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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

  1. Install devtools
install.packages("devtools")
  1. Load devtools
library(devtools)
  1. Install from github
install_github("udel-cbcb/iptmnetr")
  1. Load the library
library(iptmnetr)

filename

About

A simple and lightweight R client for iPTMnet database

Resources

License

Packages

No packages published

Languages

You can’t perform that action at this time.