CTSgetR | R Documentation |
CTSgetR
CTSgetR(id, from, to, db_name = "ctsgetr.sqlite", ...)
id |
a vector of metabolite identifier(s) or name(s) to translate see |
from |
Database name describing |
to |
Database name to translate |
db_name |
string path for sqlite database to store cached results in see |
Interface to CTS (http://cts.fiehnlab.ucdavis.edu/) for metabolite identifier translation between > 200 of the most common biological databases including: Chemical Name, InChIKey, PubChem CID, ChemSpider, BioCyc, ChEBI, CAS, HMDB, KEGG and LipidMAPS.
data frame of results including from
(fromIdentifier), id
(searchTerm), to
(toIdentifier) and translated values
single_CTSgetR
## Not run:
id<-c("C15973","C00026","C05381")
from<-"KEGG"
to<-"PubChem CID"
CTSgetR(id,from,to)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.