Translate metabolite ID.
transID( query = "C00001", from = "KEGG", to = "PubChem SID", top = 1, server = c("http://cts.fiehnlab.ucdavis.edu/service/convert", "https://www.chemspider.com/InChI.asmx") )
query | The ID of metabolite you want to translate. |
---|---|
from | The databases of metabolites. Supported database can be shown using databaseName("from"). |
to | The databases of metabolites. Supported database can be shown using databaseName("to"). |
top | How many results should be returned? |
server | server. |
A data frame.
Xiaotao Shen shenxt1990@163.com