Skip to content

A opencpu wrapper for a web-app for ID mapping for chemicals

Notifications You must be signed in to change notification settings

joey10086/ChemIDConvert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A opencpu wrapper for a web-app for ID mapping for chemicals

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published