getCtsKey {RMassBank} | R Documentation |
Convert a single ID to another using CTS.
getCtsKey(query, from = "Chemical Name", to = "InChIKey")
query |
ID to be converted |
from |
Type of input ID |
to |
Desired output ID |
An unordered array with the resulting converted key(s).
Michele Stravs, Eawag <stravsmi@eawag.ch>
k <- getCtsKey("benzene", "Chemical Name", "InChIKey")