Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 702 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 702 Bytes

ChemIDConvert

An opencpu wrapper of a web-app for ID mapping of chemicals.

Installation instructions -

  • Install R version 3.2.5 or higher.
  • Start the R.
  • Copy paste following commands to R-console and press enter.
install.packages("opencpu")
install.packages("RCurl")
if (!require("devtools"))
  install.packages("devtools")
devtools::install_github("barupal/ChemIDConvert")
library(ChemIDConvert)
library("opencpu")
opencpu$browse('library/ChemIDCovnert/www') 

Other tools

PubChem Identifiers exchange service is an excellent online tool to convert chemical names and other identifiers (KEGG etc) to another ones.