Skip to content

R interface to Chemical Translation Service (CTS)

Notifications You must be signed in to change notification settings

ColeWunderlich/CTSgetR

 
 

Repository files navigation

CTSgetR

R interface to the [Chemical Translation Service (CTS)] (http://cts.fiehnlab.ucdavis.edu/)

Installation

install.packages("devtools")
install.packages("RJSONIO")
install.packages("RCurl") 
library(devtools)
library(RJSONIO)
library(RCurl) 
install_github(repo = "CTSgetR", username = "dgrapov")
library(CTSgetR)

How to use the interface

help(CTSgetR)

Check out some translation examples.

About

R interface to Chemical Translation Service (CTS)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published