getCtsKey: Convert a single ID to another using CTS.

Description Usage Arguments Value Author(s) Examples

View source: R/webAccess.R

Description

Convert a single ID to another using CTS.

Usage

1
getCtsKey(query, from = "Chemical Name", to = "InChIKey")

Arguments

query

ID to be converted

from

Type of input ID

to

Desired output ID

Value

An unordered array with the resulting converted key(s).

Author(s)

Michele Stravs, Eawag <stravsmi@eawag.ch>

Examples

1
k <- getCtsKey("benzene", "Chemical Name", "InChIKey")

RMassBank documentation built on Nov. 8, 2020, 6:06 p.m.