getCtsRecord: Retrieve information from CTS

Description Usage Arguments Value Note Author(s) References Examples

View source: R/webAccess.R

Description

Retrieves a complete CTS record from the InChI key.

Usage

1

Arguments

key

The InChI key.

Value

Returns a list with all information from CTS: inchikey, inchicode, formula, exactmass contain single values. synonyms contains an unordered list of scored synonyms (type, name, score, where type indicates either a normal name or a specific IUPAC name, see below). externalIds contains an unordered list of identifiers of the compound in various databases (name, value, where name is the database name and value the identifier in that database.)

Note

Currently, the CTS results are still incomplete; the name scores are all 0, formula and exact mass return zero.

Author(s)

Michele Stravs, Eawag <stravsmi@eawag.ch>

References

Chemical Translation Service: https://cts.fiehnlab.ucdavis.edu

Examples

1
2
3
4
data <- getCtsRecord("UHOVQNZJYSORNB-UHFFFAOYSA-N")
# show all synonym "types"
types <- unique(unlist(lapply(data$synonyms, function(i) i$type)))
## Not run: print(types)

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